• Parameters

    • connectionOptions: {
          apiUrl: string;
          headers: Object;
      }
      • apiUrl: string

        Target annotation database API URL

      • headers: Object

        Headers responsible for authenticating the request and the Hypothes.is Accept header

    • groupId: string

      ID of the group to which to add a new member

    • userId: string

      ID of the user to add to the group as a new member

    Returns Promise<boolean>

Generated using TypeDoc