Assign User to Tenant
PUT https://{{cluster}}/irisservices/api/v1/public/tenants/users
Assign existing user(s) to an existing tenant on the Cohesity Cluster.
Returns success if the update for users data is successful for specified tenant.
Request Body
{"sids"=>["{{tenantUserSid}}"], "tenantId"=>"{{newTenantId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |