Skip to main content
GET
/
v1
/
org
/
users
Get Users
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"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Response

User list Response

A list of users

data
User · object[]