Parameter | Description |
---|---|
Show Inactive | Set to false to only return active users. |
Parameter | Description |
---|---|
Direction | Direction to sort the records. |
Limit | Total records to return, in the range 1-1000. |
Search | A value by which to filter records. Up to 50 characters. |
Start | Start record index. |
[
{
"Id": "<string>",
"UserName": "<string>",
"FirstName": "<string>",
"LastName": "<string>",
"Active": true,
"Email": "<string>",
"AccessLevel": "<string>",
"Brand": "<string>"
}
]
Was this page helpful?