Authorization
Switch Master Account
Switching Master AccountsAuth token has to be generated and it is valid only for an hour. New token can be generated using this API. Extract Auth-token.
get/v1/user/switch_account/{master_account_id}
Path parameters
master_account_idstring required
Specify the Master Account ID ,That you want to Switch.
Response
Success
Example response
{
"user": {
"preferred_language": "en"
},
"tenants": [
{
"dimension_settings": [
{
"product": "AppSecOps"
}
]
}
]
}