Konnect Organizations Entitlements (0.0.0)

Download OpenAPI specification:Download

Internal entitlement management API.

Organizations

API related to the management of Konnect Organizations

Get entitlements

Returns the entitlements for a given organization. Internal endpoint for kadmin.

Authorizations:
serviceAccessToken
path Parameters
organizationId
required
string <uuid> (UUID)
Example: 5f9fd312-a987-4628-b4c5-bb4f4fddd5f7

organization identifier

Responses

Response samples

Content type
application/json
{
  • "portals_limit": 4
}

Update entitlements

Update the entitlements for a given organization. Internal endpoint for kadmin.

Authorizations:
serviceAccessToken
path Parameters
organizationId
required
string <uuid> (UUID)
Example: 5f9fd312-a987-4628-b4c5-bb4f4fddd5f7

organization identifier

Request Body schema: application/json

Update an organization's entitlements.

portals_limit
required
number

Responses

Request samples

Content type
application/json
{
  • "portals_limit": 3
}

Response samples

Content type
application/json
{
  • "portals_limit": 4
}