Skip to main content

Remarks

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
let user = { "userId": "4b262379-5bbe-421e-a429-f6e2ab5a849b", "email": "t.turden@test.com", "custom": { "department": "Marketing" } }; client.security.users.update(user) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request