Tenant - Onboards users to a tenant

Onboards users to an existing tenant with provided user details.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Enter the ID of an existing tenant

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Bodyobject[]

Class for storing details about users to be onboarded.

userIdstring · uuidOptional

A public property of type Guid that has both a getter and a setter method, which allows for getting and setting the value of the UserId property.

tenantAccessstring · enumOptional

Enum for tenant level roles.

Possible values:
Responses
200

Success: User onboarded successfully to an existing tenant.

post
/tenants/{tenantId}/users/onboard

Last updated