Koo Docs
View as Markdown

Member

An account member as listed to account members — the user's id/email and their role. Any member with view access can list members; role changes are admin-only.

Attributes

MemberDto

An account member as listed to account members — the user's id/email and their role. Any member with view access can list members; role changes are admin-only.

userobjectread-only

The member's user identity (id and email).

role"owner" | "admin" | "editor" | "reader"required

The member's role within the account.

The Member object
json
{  "user": {    "id": "usr_01example0000000000000000x",    "email": "dev@example.com"  },  "role": "owner"}