Invite users in an organization
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
rolestring · enum · nullableOptionalPossible values:
Default role to set on newly invited members.
ssobooleanOptional
If true, invites the user as an SSO user of the organization. Defaults to false.
Responses
200
OK
application/json
usersstring[]Required
The unique identifiers of the users who were added to the organization
invitednumberRequired
The number of users who were added to the organization
failedSSOEmailsstring[]Optional
A list of emails who were invited to the organization, but who were not added as SSO users as they are members of another org
400
Bad Request
application/json
post/orgs/{organizationId}/invites
Last updated
Was this helpful?