Skip to main content

tenants_tenants_create_admin_group_create

POST 

/api/v3//tenants/tenants/:tenant_uuid/create_admin_group/

Create admin group and add user to it.

Request

Path Parameters

    tenant_uuid uuidrequired

    A UUID string identifying this Tenant.

Body

required

    user stringrequired

    Possible values: non-empty

Responses

Group created successfully.

curl -L '/api/v3/tenants/tenants/:tenant_uuid/create_admin_group/' \
-H 'Content-Type: application/json' \
-d '{
"user": "string"
}'
Request Collapse all
Base URL
/api/v3
Parameters
— pathrequired
Body required
{
  "user": "string"
}