User List
GET {{apiBaseUrl}}/v1/users/list?page=1&pageSize=10
This API allows you to get a list of users with access to the specified account. If a search query is added to this API, you will get a response based on the search keyword.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The page number of the user page to return. | |
pageSize | number | The number of results returned per page. The value must be between 1 and 100. The default value is 10. |
RESPONSES
status: OK
{"pageDetails":{"pageSize":10,"page":1},"result":[{"userId":"60c2c811-xxxx-xxxx-xxxx-80e851b5c0aa","email":"cathysam@cubeflakes.com","firstName":"Cathy","lastName":"Sam","teamId":"8133be3f-157f-4a8f-97fb-c2ab974186d7","teamName":"Default","role":"Admin","userStatus":"Active","createdDate":1695304512,"modifiedDate":1721654041,"metaData":{}}]}