Organization
The Organization API helps you acquire information from your organizations, and your client credentials.
CRUD Methods
Client Credentials Managing
A valid uuid of organization
DTO with client credentials data
Client id of client credential
Name of client credential
Description of the client credential
Ok
Badrequest
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Server Error
Lists the client credentials created in the keycloak. When passing an optional clientId Query String, the client credential list will be filtered to match the provided clientId.
A valid uuid of organization
to fetch a particular client credential
""Ok
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Server Error
A valid uuid of organization
A valid id of client credentials
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Server Error
Generates a new secret for the provided client credentials, immediately revoking the previous secret key.
A valid uuid of organization
A valid id of client credentials
Ok
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Server Error
Immediately alternates whether a client credencial key is enabled or not. The current status can be acquired by the Details endpoint.
A valid uuid of organization
A valid id of client credentials
Ok
No content
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Unprocessable Entity
Internal Server Error
No content
Last updated
Was this helpful?