All URIs are relative to https://zernio.com/api
| Method | HTTP request | Description |
|---|---|---|
| get_user | GET /v1/users/{userId} | Get user |
| list_users | GET /v1/users | List users |
models::GetUser200Response get_user(user_id) Get user
Returns a single user's details by ID, including name, email, and role.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| user_id | String | [required] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListUsers200Response list_users() List users
Returns all users in the workspace including roles and profile access. Also returns the currentUserId of the caller.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]