Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.{tenant}.getomneo.com/api/v3/users/{user}
{ "data": { "id": 123, "name": "<string>", "email": "<string>", "throttle": 123, "roles": [ { "id": 123, "handle": "<string>" } ], "permissions": [ { "id": 123, "handle": "<string>" } ], "created_at": "<string>", "updated_at": "<string>" } }
A GET to the /users/{userId} endpoint allows your application to retrieve a specific user.
GET
/users/{userId}
The user ID
User
Show child attributes