API - Creating a new namespace

Endpoint: POST {api_url}/auth/admin/tenants/{tenantId}/namespaces

Required scopes:

  • auth.namespaces.list
  • auth.namespaces.create

Request Body Properties (JSON)

  • name - define a name for the namespace.
  • type - define a type for the namespace.
  • description - define a description for the namespace.

Expected success response:

Status code 200 with a response body of the information of the created namespace.