List Users
Provides a list of users for the tenant associated with the API key.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"users": [
... array of user objects
]
}
}
Provides a list of users for the tenant associated with the API key.