• Remove users from a group

    Parameters

    • groupId: string

      Group to remove users from

    • users: string[]

      List of users to remove from the group

    • authentication: UserSession

      Credentials for the request to

    Returns Promise<any>

    A promise that will resolve after the users have been removed