jira.js
    Preparing search index...

    Function getUserPropertyKeys

    • Returns the keys of all properties for the user identified by the key or by the id.

      Parameters

      • client: Client
      • Optionalparameters: { userKey?: string; username?: string }
        • OptionaluserKey?: string

          Key of the user whose properties are to be returned

        • Optionalusername?: string

          Username of the user whose properties are to be returned

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              keys?: { key?: string; self?: string; [key: string]: unknown }[];
              [key: string]: unknown;
          },
      >