Assign a Group to a Business Role

post/accountmanager.assigngroup/BR/businessroleId

Assigns a group to a business role.

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
required
object
assign
required
boolean

Set to true to assign the group to the business role. Set false to remove the group from the business role.

typedId
required
string non-empty

TypedId of the group you want to assign or revoke. Either typedId or uniqeName is required.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
data
any
status
number
Request samples
application/json
{
  • "data": {
    • "assign": true,
    • "typedId": "2147483672.R"
    }
}
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": null,
    • "status": 0
    }
}