get_client_by_clientid
Retrieve a specific client from a Keycloak realm using its client ID. Optionally specify the target realm.
Instructions
Get a specific client by client ID.
Args:
client_id: The client's client_id
realm: Target realm (uses default if not specified)
Returns:
Client objectInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| realm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |