latestOpenAPI 3.1.02026-08-122012088.6 KB
0ab7ff186291
Organisation
List users in your organisation
Returns all users in the organisation of the authenticated API credential. Requires a credential with the manage-organisation capability, granted to organisation administrators.
get/users
Response
Returns the list of users in your organisation
Example response
{
"users": [
{
"id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
}
]
}