Actors
List Actors
get/actors
Query parameters
limitinteger
Limit Users returned
page_cursorstring
Next/Prev page cursor
namestring
Filter to Actors with this exact name
emailstring
Filter to Actors with this exact email
typestring
Filter to Actors of this type: account_user, account_admin_user, service_account, or api_client.
Response
ActorsResponse
Example response
{
"data": [
{
"allow_email_otp_sign_in": false,
"created_by_directory_id": null,
"email": "john.doe@example.com",
"id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
"inserted_at": "2024-01-01T00:00:00Z",
"is_disabled": false,
"last_seen_at": "2024-01-15T10:30:00Z",
"name": "John Doe",
"type": "account_admin_user",
"updated_at": "2024-01-15T10:30:00Z"
},
{
"allow_email_otp_sign_in": true,
"created_by_directory_id": "98776234-1234-5678-9012-345678901234",
"email": "jane.smith@example.com",
"id": "84e7f82f-831a-4a9d-8f17-c66c2bb6e205",
"inserted_at": "2024-01-02T00:00:00Z",
"is_disabled": false,
"last_seen_at": "2024-01-14T15:45:00Z",
"name": "Jane Smith",
"type": "account_user",
"updated_at": "2024-01-14T15:45:00Z"
}
],
"metadata": {
"limit": 10,
"next_page": "98776234123",
"prev_page": "123123425",
"total": 100
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.