action keycloak_get_realm_clients_id_service_account_user { label: "Get a user dedicated to the service account" provider: keycloak method: GET path: "/{realm}/clients/{id}/service-account-user" encoding: json output: { type: "object" additionalProperties: true } }