Constructors

Methods

  • Removes a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Removes a user

    Parameters

    • userId: string

      Identifier of user to delete

    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<void>

  • Removes a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Removes a user

    Parameters

    • userId: string

      Identifier of user to delete

    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<HttpInfo<void>>

  • Retrieves a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Retrieves a user

    Parameters

    • userId: string

      Identifier of user to retrieve

    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<PublicUser>

  • Retrieves a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Retrieves a user

    Parameters

    • userId: string

      Identifier of user to retrieve

    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<HttpInfo<PublicUser>>

  • Modifies a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Modifies a user

    Parameters

    • userId: string

      Identifier of user to retrieve

    • publicUserUpdate: PublicUserUpdate
    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<PublicUser>

  • Modifies a user identified by userId. userId refers to the user's ID by default, or optionally email as specified by the IdProperty query param. Modifies a user

    Parameters

    • userId: string

      Identifier of user to retrieve

    • publicUserUpdate: PublicUserUpdate
    • OptionalidProperty: "USER_ID" | "EMAIL"

      The name of a property with unique user values. Valid values are `USER_ID`(default) or `EMAIL`

    • Optional_options: Configuration

    Returns Promise<HttpInfo<PublicUser>>