Instances

Retrieve Instance Members

get/v1/instances/{id}/members

Path parameters

idstring required
Example:in_000000000000

Response

Retrieve instance members

idstring required
emailstring email required
first_namestring required
middle_namestring nullable
last_namestring required
image_urlstring uri required
created_atstring date-time nullable
has_passkeyboolean nullable
role'owner' | 'admin' | 'finance' | 'checker' | 'operations' | 'developer' | 'viewer' required

Example response

[
  {
    "id": "us_000000000000",
    "email": "email@example.com",
    "first_name": "Harry",
    "middle_name": "James",
    "last_name": "Potter",
    "image_url": "https://example.com/image.png",
    "created_at": "2021-01-01T00:00:00Z",
    "has_passkey": true,
    "role": "admin"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.