List All Users
Users
List All Users
Retrieve a complete list of users from the Transcrypts API.
GET
List All Users
Overview
The List all users endpoint retrieves a complete list of users from the Transcrypts API system.Request
Endpoint
Authentication
API authentication requires the following headers:| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
cursor | string | Pagination cursor value for traversing results |
page_size | integer | Number of results per page |
Response
The endpoint returns a paginated list of users in JSON format.Response Format
Error Responses
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |