All URIs are relative to https://www.metaculus.com
Method | HTTP request | Description |
---|---|---|
users_collect_tachyons_create | POST /api2/users/{id}/collect-tachyons/ | |
users_global_cp_reminder_create | POST /api2/users/global-cp-reminder/ | |
users_global_cp_reminder_retrieve | GET /api2/users/global-cp-reminder/ | |
users_list | GET /api2/users/ | |
users_partial_update | PATCH /api2/users/{id}/ | |
users_purchase_track_record_create | POST /api2/users/{id}/purchase-track-record/ | |
users_retrieve | GET /api2/users/{id}/ | |
users_unlock_power_create | POST /api2/users/{id}/unlock-power/ | |
users_update | PUT /api2/users/{id}/ |
crate::models::User users_collect_tachyons_create(id, user)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
user | Option<User> |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::GlobalCpReminder users_global_cp_reminder_create(global_cp_reminder)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
global_cp_reminder | Option<GlobalCpReminder> |
crate::models::GlobalCpReminder
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::GlobalCpReminder users_global_cp_reminder_retrieve()
This endpoint does not need any parameter.
crate::models::GlobalCpReminder
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::PaginatedUserList users_list(page)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
page | Option<i32> | A page number within the paginated result set. |
crate::models::PaginatedUserList
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::User users_partial_update(id, patched_user)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
patched_user | Option<PatchedUser> |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::User users_purchase_track_record_create(id, user)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
user | Option<User> |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::User users_retrieve(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] |
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::User users_unlock_power_create(id, user)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
user | Option<User> |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::User users_update(id, user)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | [required] | ||
user | Option<User> |
basicAuth, cookieAuth, tokenAuth
- Content-Type: application/json, application/x-www-form-urlencoded, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]