Instances
Retrieve Instance Members
get/v1/instances/{id}/members
Path parameters
idstring required
Example:in_000000000000
Response
Retrieve instance members
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.