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>
}
]
}
]
}
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>
}
]
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type object
.