Retrieves all users in an organization from Parchment
| Field | Type | Description |
|---|---|---|
user_id | string | Parchment’s unique user identifier |
email | string | User’s email address |
user_id and email) for security and performance reasons. Use the read-user endpoint to get detailed information about a specific user.
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
statusCode | number | HTTP status code |
message | string | Human-readable status message |
timestamp | string | ISO 8601 timestamp of the response |
requestId | string | Unique identifier for debugging |
| Parameter | Type | Required | Description |
|---|---|---|---|
organization_id | string | Yes | Organization identifier |
| Code | Status | Description |
|---|---|---|
200 | OK | Users retrieved successfully (including empty list) |
400 | Bad Request | Invalid request format or missing parameters |
401 | Unauthorized | Authentication required or token invalid or scope invalid |
500 | Internal Server Error | Unexpected server error |
requestId for debugging support requestsREAD_USER scopeuser_id and email are returned for security and performance reasonsGET /users/{user_id}) to get full user detailsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization secret for authentication - provided by Parchment
Organization ID
Maximum number of users to return (1-100)
1 <= x <= 100Pagination key for retrieving the next set of results
Users retrieved successfully