POST
/
provisions
/
add_to_user
curl -X 'POST' \
  'https://api.coaxial.ai/provisions/add_to_user' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
  "user_id": <user_id>,
  "coaxial_id": <coaxial_model_id>
}'
{
  "user_id": <user_id>
}
curl -X 'POST' \
  'https://api.coaxial.ai/provisions/add_to_user' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
  "user_id": <user_id>,
  "coaxial_id": <coaxial_model_id>
}'
{
  "user_id": <user_id>
}

Authorizations

Authorization
string
header
required

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

Body

application/json
coaxial_id
string
required
user_id
string
required

Response

200
application/json
The user id with updated resource access information
user_id
string
required