Authorize a user for an account
Contributors
Suggest changes
POST /tenancy/authorize-user-is-in-account
Authorizes a user in a specified account.
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 |
Example request
{
"accountId": "string"
}
Response
Status: 200, Default response
Definitions
See Definitions
body
Name | Type | Required | Description |
---|---|---|---|
accountId |
string |
True |