Returns all user groups that the specified business role is assigned to.
OK
object | |
curl -i -X POST \ -u <username_partition_name_user_name>:<password> \ 'https://companynode.pricefx.com/pricefx/companypartition/accountmanager.fetchgroups/BR/{businessroleId}'
{- "response": {
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "module": "string",
- "label": "string",
- "createDate": "string",
- "createdBy": null,
- "lastUpdateDate": "string",
- "lastUpdateBy": null
}
], - "totalRows": 0,
- "status": 0
}
}