Skip to main content
POST
/
api
/
v1
/
dynamic-executions
/
executions
/
{execution_id}
/
grant-access
/
{user_id}
Grant Access
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/dynamic-executions/executions/{execution_id}/grant-access/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Path Parameters

execution_id
string
required
user_id
string
required

Response

Successful Response