Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ServiceUsers

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the serviceUsers property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns ServiceUsers

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete a service user by ID

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • list(beforeId?: string, limit?: string): Promise<ServiceUser[]>
  • List all service users in this account.

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<ServiceUser[]>

update

Generated using TypeDoc