v1
latestOpenAPI 3.0.12026-07-26272332.0 KBUsers
List users in your organization
get/users
Query parameters
firstinteger
The number of elements to retrieve after the 'after' cursor location
afterstring
The starting cursor to begin searching, defaults to the beginning of the list
lastinteger
The number of elements to retrieve before the 'before' cursor location
beforestring
The starting cursor to begin searching, defaults to the end of the list
Response
Ok
Example response
{
"items": [
{
"id": "u-456",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe",
"status": "ACTIVE",
"createdAt": "2025-06-01T09:00:00Z"
}
]
}