Users
List Users
Returns the users in the caller's organization. Pass the optional query parameter to filter by substring of name or email.
get/v1/users/
Query parameters
querystring nullable
Case-insensitive substring filter on name or email.
Case-insensitive substring filter on name or email.
Response
Successful Response
Example response
{
"data": [
{
"first_name": "Jane",
"last_name": "Smith",
"email": "jane@acme.com"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.