Keycloak Servers

Operations for managing Keycloak server configurations.

get

Retrieve the list of configured Keycloak servers

Operations on a specific Keycloak server

get

Retrieve details of a specific Keycloak server

Tenants

Operations for managing tenants in the system. Tenants represent isolated environments within the platform, each with their own configuration, users, and resources.

get

Retrieve a paginated list of tenants accessible to the authenticated user

post

Create a new tenant in the system (asynchronous operation)

Operations on a specific tenant identified by tenant primary key

get

Retrieve detailed information about a specific tenant

put

Update tenant information

delete

Delete a tenant and all associated resources

Access tenant credentials and authentication information

get

Retrieve credentials for the specified tenant

Package Types

Operations for managing package types. Package types define different service tiers and feature sets available for tenants.

get

Retrieve available package types

Operations on a specific package type

get

Retrieve details of a specific package type

Tenant Subscriptions

Operations for managing tenant subscriptions. Subscriptions link tenants to package types and define billing and feature access.

get

Retrieve tenant subscriptions

Users

Operations for managing users in the system. Users can be associated with tenants and assigned various roles and permissions.

get

Retrieve a paginated list of users

post

Create a new user in the system

Operations on a specific user identified by primary key

delete

Delete a user from the system