API - Assigning a namespace into a group

Endpoints:

  • POST {api_url}/auth/admin/tenants/{tenantId}/groups
  • PATCH {api_url}/auth/admin/tenants/{tenantId}/groups/{groupId}

Required scopes:

  • auth.groups.list
  • auth.groups.create or auth.groups.update

Request Body Properties (JSON)

The content of the group.

  • namespaceId - id of the namespace that you want to assign.

Expected success response:

Status code 200 with a response body of the information of the specified group.