Skip to main content

List users

Returns

Example

JAVASCRIPT
1
2
3
4
5
6
7
8
9
10
11
client.security.users.list({ q: 'mycompany.com', pageOptions: { pageIndex: 1, pageSize: 5 }, order: ['userName'] }) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call error: ', error); });

Still need help?

New support request