Skip to main content

Get a group by name

Log in to add to favourites

Get a group by id

Returns

Example

JAVASCRIPT
1
2
3
4
5
6
7
client.security.groups.getById('bd8f92eb-d137-49d8-9e7a-560078a8a530') .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
client.security.groups.getByNme('Test Group') .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request