Authorize a user as account admin
Contributors
Suggest changes
POST /tenancy/authorize-user-is-account-admin
Authorizes a user as an account admin.
Token usage: BlueXP user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
authorization |
string |
header |
True |
Authorization JWT access token |
X-Service-Request-Id |
string |
header |
False |
Request identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
accountId |
string |
True |
|
userId |
string |
False |
|
resourceIdentifier |
string |
False |
|
agentId |
string |
False |
Example request
{
"accountId": "string",
"userId": "string",
"resourceIdentifier": "string",
"agentId": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
accountId |
string |
True |
|
userId |
string |
False |
|
resourceIdentifier |
string |
False |
|
agentId |
string |
False |