v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
User Management

Retrieve user by id

Retrieve the information of the user with the matching user ID.

get/users/{id}

Path parameters

idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e

id of the object

Response

User Found

idstring uuid required
namestring required
emailstring email required

Example response

{
  "id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
  "name": "pAI-OS",
  "email": "contact@paios.org"
}