v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBUsers
List users
Returns a list of users in the organization, including both active users and invited users. When the email query parameter is provided, returns only the user matching that email address. If no user is found for the given email, an empty list is returned.
get/iam/v1/users
Query parameters
emailstring email
Filter by exact email address. When provided, returns at most one user matching this email. The email is matched case-insensitively.
Response
OK - List of users returned.
Example response
{
"rowCount": 5
}