Get users
GET {{url}}/users?offset=0&limit=10&UserName=aunes@smatechnologies.com&status=acitve|invite pending&=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | ||
limit | number | ||
UserName | string | ||
status | string | ||
`` | null |
RESPONSES
status: OK
{"totalRecords":2,"pageSize":20,"data":[{"id":"00000-000000-00000-000000","name":"John Doe","email":"johndoe@example.com","role":"Developer","status":"Active"},{"id":"00000-000000-00000-000000","name":"Jane Smith","email":"janesmith@example.com","role":"Project Manager","status":"Invite Pending"}]}