orgs

List users in an organization

get/orgs/{org_id}/users

Path parameters

org_idstring required

Query parameters

qstring nullable

Optional search query to filter users by name

page_tokenstring nullable

Page token for pagination

Response

Users listed successfully

next_page_tokenstring nullable

Token to fetch the next page, or null if this is the last page

Changes