Authorization: ********************
curl --location --request GET 'https://api.qal.eazy2biz.com/v1/identityManagement/userGroups/getUserGroupsAParticularUserGroupMemberOf/ID of user group for which the user groups are to be fetched' \
--header 'Authorization;'
[
{
"_id": "string",
"localUsers": [
"string"
],
"childrenUserGroups": [
"string"
],
"parentUserGroups": [
"string"
],
"userGroupType": "DEPARTMENT",
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}
]