GET
/
users
/
list
curl -X 'GET' \
  'https://api.coaxial.ai/users/list' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
}'
{
  "users": [
    {
      "id": "string",
      "email": "string",
      "first": "string",
      "last": "string",
      "imported_at": "2023-08-09T07:09:10.415Z",
      "modified_at": "2023-08-09T07:09:10.415Z",
      "baseUser_id": <your_coaxial_organization_id>,
      "source_metadata": {
        "name": "string",
        "id": <auth_integration_id>
      },
      "resource_list": [
        {
          "name": "string",
          "id": <coaxial_resource_id>
        }
      ]
    }
  ]
}
curl -X 'GET' \
  'https://api.coaxial.ai/users/list' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
}'
{
  "users": [
    {
      "id": "string",
      "email": "string",
      "first": "string",
      "last": "string",
      "imported_at": "2023-08-09T07:09:10.415Z",
      "modified_at": "2023-08-09T07:09:10.415Z",
      "baseUser_id": <your_coaxial_organization_id>,
      "source_metadata": {
        "name": "string",
        "id": <auth_integration_id>
      },
      "resource_list": [
        {
          "name": "string",
          "id": <coaxial_resource_id>
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful Response
users
object[]
required

The User model