# \UsersApi All URIs are relative to *https://www.metaculus.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**users_global_cp_reminder_create**](UsersApi.md#users_global_cp_reminder_create) | **POST** /api2/users/global-cp-reminder/ | [**users_global_cp_reminder_retrieve**](UsersApi.md#users_global_cp_reminder_retrieve) | **GET** /api2/users/global-cp-reminder/ | [**users_list**](UsersApi.md#users_list) | **GET** /api2/users/ | [**users_partial_update**](UsersApi.md#users_partial_update) | **PATCH** /api2/users/{id}/ | [**users_retrieve**](UsersApi.md#users_retrieve) | **GET** /api2/users/{id}/ | [**users_update**](UsersApi.md#users_update) | **PUT** /api2/users/{id}/ | ## users_global_cp_reminder_create > crate::models::GlobalCpReminder users_global_cp_reminder_create(global_cp_reminder) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **global_cp_reminder** | Option<[**GlobalCpReminder**](GlobalCpReminder.md)> | | | ### Return type [**crate::models::GlobalCpReminder**](GlobalCPReminder.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## users_global_cp_reminder_retrieve > crate::models::GlobalCpReminder users_global_cp_reminder_retrieve() ### Parameters This endpoint does not need any parameter. ### Return type [**crate::models::GlobalCpReminder**](GlobalCPReminder.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## users_list > crate::models::PaginatedUserList users_list(page) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **page** | Option<**i32**> | A page number within the paginated result set. | | ### Return type [**crate::models::PaginatedUserList**](PaginatedUserList.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## users_partial_update > crate::models::User users_partial_update(id, patched_user) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | | [required] | **patched_user** | Option<[**PatchedUser**](PatchedUser.md)> | | | ### Return type [**crate::models::User**](User.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## users_retrieve > crate::models::User users_retrieve(id) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | | [required] | ### Return type [**crate::models::User**](User.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) ## users_update > crate::models::User users_update(id, user) ### Parameters Name | Type | Description | Required | Notes ------------- | ------------- | ------------- | ------------- | ------------- **id** | **i32** | | [required] | **user** | Option<[**User**](User.md)> | | | ### Return type [**crate::models::User**](User.md) ### Authorization [basicAuth](../README.md#basicAuth), [cookieAuth](../README.md#cookieAuth), [tokenAuth](../README.md#tokenAuth) ### HTTP request headers - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data - **Accept**: application/json [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)