Create User
POST https://{{cluster}}/irisservices/api/v1/public/users
https://{{clusterIP}}/irisservices/api/v1/public/tenants?status=Active
Request Body
{"roles"=>["COHESITY_ADMIN"], "username"=>"{{tenantUsername}}", "password"=>"{{tenantPassword}}", "emailAddress"=>"{{tenantMailAddress}}", "restricted"=>false, "domain"=>"LOCAL"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |