cURL
curl --request GET \ --url http://localhost/api/auth/users \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3bb03708-312f-48a0-821a-e765837dc2c4", "subject": "Jane Doe", "email": "user1@orga1.com" } ] }
List users
Documentation IndexFetch the complete documentation index at: https://docs.formance.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.formance.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
List of users
Show child attributes