v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Search for groups using the extended fields

Search for groups based on the extended fields associated with them.

post/userGroup2/extendedFieldSearch

Request body

extendedFieldsstring[] required

An array containing the extended fields linked to the group for which details are being fetched.

Response

200

Example response

{
  "pagination": {
    "limit": 10,
    "total": 1
  },
  "data": [
    {
      "groupId": 51334,
      "groupName": "natwest14",
      "groupStatus": "ACTIVE",
      "groupExternalId": "natwest_16",
      "primaryMemberId": 558085086,
      "totalMembers": 1,
      "totalActiveMembers": 1,
      "extendedFields": {
        "usergroup2_automation_extended_field": 40
      }
    }
  ]
}