Skip to main content

height-app-api > InvitedUserObject

InvitedUserObject type

Signature:

export type InvitedUserObject = {
id: string;
model: 'user';
state: 'enabled' | 'invited';
email: string;
access: 'member' | 'guest' | 'anonymous';
createdAt: string;
pictureUrl?: string;
};