Skip to main content

List project users

Returns a collection of users of a project. Filter by user permissions is supported.

Path Parameters
    id string required
Query Parameters
    permissionFilter string
Responses

A successful response.


Schema
    users object[]
  • Array [
  • id string
    name can either be empty or must start with a character

    Unique name of the user.

    title string

    Name of the user.

    email string
    metadata object
    createdAt date-time

    The time the user was created.

    updatedAt date-time

    The time the user was last updated.

    state string
  • ]
Loading...