POST
/
provisions
/
can_user_access_all
curl -X 'POST' \
  'https://api.coaxial.ai/provisions/can_user_access_all' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
  "user_id": <user_id>,
  "tags": [
    <coaxial_resource_id>
  ]
}'
false
curl -X 'POST' \
  'https://api.coaxial.ai/provisions/can_user_access_all' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <api_key>' \
  -H 'Content-Type: application/json' \
  -d '{
  "user_id": <user_id>,
  "tags": [
    <coaxial_resource_id>
  ]
}'
false

Authorizations

Authorization
string
header
required

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

Body

application/json
tags
string[]
required
user_id
string
required

Response

200
application/json
Successful Response

The response is of type boolean.