Get organization memberships

Get a paginated list of users who are a member of the specified organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired
orgIdstringRequired

Query parameters

searchstringOptional
firstintegerOptional
maxintegerOptional
excludeAdminAccountsbooleanOptional
includeOrgsbooleanOptional

Response

success
createdTimestamplong or null
emailstring or null
emailVerifiedboolean or null
enabledboolean or null
firstNamestring or null
groupslist of strings or null
idstring or null
lastNamestring or null
organizationsmap from strings to lists of objects or null
usernamestring or null