v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve users
Retrieves users.
Query parameters
Filter by the season the user is active in, identified by season slug.
Filter by account confirmation status.
Filter by entry status.
Filter by language code.
Filter by role slug.
Filter by the season the user joined in, identified by season slug.
Filter by deletion mode.
- only - Show only deleted resources.
- included - Include deleted resources.
- none - Exclude deleted resources.
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted resources.
Specify the page number to return.
Limit the number of items returned to between 1 and 100.
If you provide a value outside this range, you will receive a 400 response.
Column name to order by. An unrecognised value falls back to the default sort by updated.
Sort in ascending or descending order.
Headers
Defines the response type.
Defines the languages included in the response. If non are provided, the account default language is returned.
Value all overrides any other values present.
You can request multiple languages using a comma-separated string of languages.
The selected language must be supported by your account or a 400 error is returned.
Response
Users retrieved.
Example response
{
"current_page": 1,
"data": [
{
"analytics_cookies": true,
"broadcast_emails": true,
"comments": "",
"confirmation": "Confirmed",
"confirmed_at": "2025-08-05T00:00:00Z",
"created_at": "2025-08-05T09:00:58Z",
"created_by": "invited",
"email": "john.doe@example.com",
"first_name": "John",
"language": {
"code": "en_GB",
"language": "English (United Kingdom)"
},
"last_name": "Doe",
"marketing_cookies": true,
"mobile": "",
"name": "John Doe",
"necessary_cookies": true,
"notification_emails": true,
"notification_sms": true,
"roles": [
{
"slug": "AbCdEfGh",
"link": "https://api.eu.staging.cr4ce.com/role/AbCdEfGh",
"name": {
"en_GB": "Entrant"
}
}
],
"slug": "KlMnOpQr",
"updated": "2026-06-28T08:03:58Z"
},
{
"analytics_cookies": false,
"broadcast_emails": false,
"comments": "",
"confirmation": "Confirmed",
"confirmed_at": "2025-04-01T00:00:00Z",
"created_at": "2025-04-23T12:36:32Z",
"created_by": "manual",
"email": "jane.roe@example.com",
"first_name": "Jane",
"language": {
"code": "en_GB",
"language": "English (United Kingdom)"
},
"last_name": "Roe",
"marketing_cookies": false,
"mobile": "",
"name": "Jane Roe",
"necessary_cookies": true,
"notification_emails": false,
"notification_sms": false,
"roles": [
{
"slug": "AbCdEfGh",
"link": "https://api.eu.staging.cr4ce.com/role/AbCdEfGh",
"name": {
"en_GB": "Entrant"
}
},
{
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/role/CdEfGhIj",
"name": {
"en_GB": "Program manager"
}
}
],
"slug": "MnOpQrSt",
"updated": "2026-06-25T15:39:46Z"
}
],
"first_page_url": "https://api.eu.staging.cr4ce.com/user?per_page=100&page=1",
"from": 1,
"last_page": 5,
"last_page_url": "https://api.eu.staging.cr4ce.com/user?per_page=100&page=5",
"next_page_url": "https://api.eu.staging.cr4ce.com/user?per_page=100&page=2",
"path": "https://api.eu.staging.cr4ce.com/user",
"per_page": 100,
"prev_page_url": "",
"to": 100,
"total": 470
}