People
Update a persona's role
Updates the role of the specified persona.
patch/personas/{personaId}/role
Path parameters
personaIdstring uuid required
The ID of the persona to work with.
Example:8e214819-5c83-429f-a976-eb127a0a8a88
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"roleName": "Accountant"
}Response
OK
Example response
{
"name": "Accountant"
}