action keycloak_get_realm_clients_id_roles_role_name_users { label: "Return List of Users that have the specified role name" provider: keycloak method: GET path: "/{realm}/clients/{id}/roles/{role-name}/users" encoding: json input: { type: "object" properties: { first: { type: "integer" format: "int32" } max: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }