Invite a new team member
This endpoint invites a new member to the team and optionally grants them access to one or more tenants with specified roles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Invite a new team member
The email of the team member
"jane.smith@company.com"
The role of the team member
teams_owner, teams_contributor, teams_report_viewer "teams_owner"
Specifies an optional list of tenant IDs and their corresponding role assignments.
Unique identifier of the tenant
The list of roles for each tenant.
Tenant Member Role
owner, editor-connections, editor-users, editor-specific-apps, editor-organizations, viewer-config, viewer-users, support-access, elevated-support-access, editor-kms The list of apps the user has access to for the 'editor-specific-apps' role. This property is only present for this role.
5 - 50^([0-9a-zA-Z-_@\.~]{5,64})$["client_123", "client_456"]Response
Team member invited
The unique ID of the newly created team member
"invite_abc123"
The email of the team member
"jane.smith@company.com"
The role of the team member
teams_owner, teams_contributor, teams_report_viewer "teams_owner"
The list of tenants granted to the team member
Unique identifier of the tenant
The list the roles granted to the team member for each tenant
Tenant Member Role
owner, editor-connections, editor-users, editor-specific-apps, editor-organizations, viewer-config, viewer-users, support-access, elevated-support-access, editor-kms The list of apps the user has access to under the editor-specific-apps role.
5 - 50^([0-9a-zA-Z-_@\.~]{5,64})$["client_123", "client_456"]