Parameter | Description |
---|---|
Display Name | Filter users by their display name. |
Filter users by their email. | |
Limit | Limit the number of results. |
Offset | The offset of the results. |
{
"limit": 563,
"offset": 377,
"total": 314,
"results": [
{
"entity_id": "<string>",
"entity_type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"role": "<string>",
"groups": [
{
"id": "<string>",
"name": "<string>"
}
],
"auth_ids": [
"<string>"
]
}
]
}
Was this page helpful?