# Assign a Role to a Business Role Assigns a role to a business role. Endpoint: POST /accountmanager.assignrole/BR/businessroleId Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object, required) - `data.assign` (boolean, required) Set to true to assign the role to the business role. Set false to remove the role from the business role. - `data.typedId` (string, required) TypedId of the role you want to assign or revoke. Either typedId or uniqeName is required. Example: "2147483672.R" ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (any) - `response.status` (number)