Remove role from user

This api is for Removing role from user


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/users/roles/removeM
METHODstringPUTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

Request

{
    "role": "company/employee/account_reviewer",
    "user": "\<user_id\>"
}


Success




Error