Create subuser grant
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /subusers/grants
Operation
Operation ID: createSubuserGrant
Create subuser grant
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/SubuserGrantCreateRequest"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Grant created | application/json |
400 | ||
401 | ||
500 |
Schema for response 200 (application/json):
{
"properties": {
"grant": {
"$ref": "#/components/schemas/SubuserGrant"
}
},
"type": "object"
}
17 March 2026