cURL
curl --request GET \ --url https://api.twine.se/v1/org/users \ --header 'Authorization: Bearer <token>'
{ "data": [ { "email": "[email protected]", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "inserted_at": "2023-11-07T05:31:56Z", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updated_at": "2023-11-07T05:31:56Z", "display_name": "<string>", "first_name": "<string>", "last_name": "<string>", "role_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } ] }
Get a list of users
Bearer token for authentication
User list Response
A list of users
Show child attributes