Skip to main content

Returns

Example

JAVASCRIPT
1
2
3
4
5
6
7
client.security.users.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.users.getByUsername('testuser') .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.users.getByEmail('testuser@test.com') .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request