Retrieve a complete list of users from the Transcrypts API.
| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
| Parameter | Type | Description |
|---|---|---|
cursor | string | Pagination cursor value for traversing results |
page_size | integer | Number of results per page |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |