cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/users \ --header 'Authorization: Bearer <token>'
{ "results": [ { "userId": "<string>", "fullname": "<string>", "email": "<string>", "jobRole": "<string>", "profilePic": "<string>", "status": "ACTIVE", "connectedAccounts": [ { "type": "CALENDLY", "status": "CONNECTED" } ], "seat": "RESEARCHER_PAID", "role": "OPS_MANAGER" } ], "total": 123, "pageInfo": { "hasNextPage": true, "hasPreviousPage": true, "startCursor": "<string>", "endCursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The cursor to start fetching from
The number of items to fetch
x <= 100
10
The emails to filter by. This is purely an OR filter
20
A list of users
Show child attributes
The total number of items in your workspaces based on your search parameters
Information about the current page