action keycloak_get_realm_users_id { label: "Get representation of the user" provider: keycloak method: GET path: "/{realm}/users/{id}" encoding: json output: { type: "object" additionalProperties: true } }