v1
latestOpenAPI 3.0.02026-07-242035712.0 MBGroup
Link an Account to a Group
You can utilize this API to link an existing account to a group. By linking an account, it will inherit all the attributes managed by the group, such as fraud rules or fee rule calculations. At any time, you have the flexibility to unassign an account from a group using the Unlink Account Group API.
post/pws/pws_link_account_group/
Request body
Example request
{
"acc_id": 370769462,
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"group_id": "1267"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"message": "account (370769462) linked to groupid (2) successfully"
}
}