Skip to main content

Remarks

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
let group = { "name": "Paper Street Soap Company", "Description": "Employees of the Paper Street Soap Company", "type": "contensis", "custom" : { "clientId": "PSSC" } }; client.security.groups.create(group) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); });

Still need help?

New support request