Generate Access Token for Tenant
POST https://{{cluster}}/irisservices/api/v1/public/accessTokens
https://{{cluster}}/irisservices/api/v1/public/accessTokens
Request Body
{"domain"=>"LOCAL", "password"=>"{{tenantPassword}}", "username"=>"{{tenantUsername}}@{{tenantSuffix}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |