Skip to main content

Remove user from a group

Log in to add to favourites

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
const groupId = "89CEE207-6F12-4D27-8693-B7693766A82D"; const userId = "F8B27A8F-F1E5-48EF-A5E6-19A791030C0A"; client.security.groups.removeUser(groupId, userId) .then(result => { console.log('API call was successful'); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request