UpdateRoleResponse
Response payload after updating a role
roleIdstring
ID of the updated role.
Possible values: [UR-e1c9873a-4b5c-4811-91b6-efb37b0ddd8f
]
roleNamestring
Name of the updated role.
Possible values: [new-user-role-update
]
roleDescriptionstring
Description of the updated role.
Possible values: [role updated for the new user
]
UpdateRoleResponse
{
"roleId": "UR-e1c9873a-4b5c-4811-91b6-efb37b0ddd8f",
"roleName": "new-user-role-update",
"roleDescription": "role updated for the new user"
}