Skip to main content

Returns a list of Users in the organization

Returns a list of Users in the organization

Path Parameters
    orgid string required

    Unique identifier of the organization

Responses

An array of User IDs


Schema
  • Array [
  • orgId string

    Unique identifier for the organization to which the user belongs.

    userId string

    Unique identifier for the user.

    name string

    Name of the user.

    email string

    Email address of the user.

    role string

    Role of the user within the organization.

  • ]
Loading...