Parameter | Description |
---|---|
After | Value of “nextMarker” in response. |
Before | Value of “previousMarker” in response. |
Group ID | Filter users to a specific group. |
Limit | Limit the size of the response. 1-200 are the potential values. Default=50. |
Status | Filter users by their status. |
{
"data": [
{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"2fa": false,
"groups": [
{
"id": "<string>",
"type": "<string>"
}
]
}
],
"nextMarker": null,
"previousMarker": null,
"limit": 13,
"count": 1
}
Was this page helpful?