Invalid Request Payload Input Error during User Role Assignment via Management API
Last Updated:
Overview
Applies To
- Management API
Cause
{
"roles": [
"string"
]
}Solution
The role ID is found right below the title:
The Role IDs for your tenant can also be obtained using Management API /api/v2/roles endpoint.
As an example, the Role from the screenshot above can be added like so:
{
"roles": [
"rol_x7wltRcx9aA4adGs"
]
}