listUsers

View as Markdown

List users.

Retrieves a paginated list of users in the tenant with their attributes. Use this to look up users by name or email, or browse the user directory.

Parameters

NameTypeRequiredDescription
search_keystringNoFilter users by name or email (substring match, case-insensitive)
pageintegerNoPage number for pagination Default: 1.
per_pageintegerNoNumber of users per page Default: 25.