Get user group
GET {{baseUrl}}/smart-transfers/settings/user-groups
Get Smart Transfer user groups
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"message": "<string>",
"data": {
"userGroupIds": [
"<string>",
"<string>"
]
}
} |
ENDPOINTS