Skip to main content

List Users

List all users of the company

Path Parameters
    companyID companyID required

    The id of the company

Query Parameters
    nextToken nextToken

    Token to use for pagination

Responses

List of users of the company


Schema
    items object[]

    List of users

  • Array [
  • id string

    Unique ID of the the user

    email string

    Email of the user

    createdAt date-time

    Date the user was created

    updatedAt date-time

    Date the user was last updated

    deletedAt date nullable

    Date the user was deleted

    teams string[]

    List of teams the user is part of

  • ]
  • nextToken string nullable

    Next token to use for pagination

Loading...