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.
Version 1
cURL
curl --request GET \ --url https://api.algure.com/v1/users \ --header 'Authorization: Basic <encoded-value>'
[ { "id": 123, "username": "<string>", "fullName": "<string>", "role": { "name": "<string>" } } ]
Get a list of users within an organization.
This endpoint intentionally omits sensitive user fields.
Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).
The user list
Show child attributes
Was this page helpful?