Get organization invitations

Get a paginated list of invitations to an organization, using an optional search query for email address.

Authentication

AuthorizationBearer

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

Path parameters

realmstringRequired
orgIdstringRequired

Query parameters

searchstringOptional
firstintegerOptional
maxintegerOptional

Response

success
idstring or null
createdAtstring or null
emailstring or null
inviterIdstring or null
invitationUrlstring or null
organizationIdstring or null
roleslist of strings or null
attributesmap from strings to lists of strings or null