Get users

GET {{url}}/users?offset=0&limit=10&UserName=aunes@smatechnologies.com&status=acitve|invite pending&=

Request Params

KeyDatatypeRequiredDescription
offsetnumber
limitnumber
UserNamestring
statusstring
``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"}]}