action ijenko_account_get_user { label: "Information about a User" description: "Get information about a *User* in the same *Account*." provider: ijenko method: GET path: "/account/users/{userId}" encoding: json output: { type: "object" additionalProperties: true } }