Skip to main content

Get child group membership by group id

Log in to add to favourites

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
let groupId = "4b262379-5bbe-421e-a429-f6e2ab5a849b"; client.security.groups.getChildGroupsByGroupId(groupId) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
let groupName = "Test Users"; client.security.groups.getChildGroupsByGroupName(groupName) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request