Constructors

Methods

  • Removes a user from a team.

    Type Parameters

    • T

    Parameters

    • team_id: string

      The id of team.

    • user_id: string

      The id of the user.

    Returns AxiosPromise<default<T>>

    promise

  • Updates the users information associated with the team.

    Type Parameters

    • T

    Parameters

    • team_id: string

      The id of the team.

    • user_id: string

      The id of the user.

    • Optional data: object

    Returns AxiosPromise<default<T>>

    promise

Generated using TypeDoc