Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.16 KB

InviteRead.md

File metadata and controls

19 lines (14 loc) · 1.16 KB

InviteRead

Properties

Name Type Description Notes
member_id Option<uuid::Uuid> Unique id of the invite [optional]
email String The invited member's email address
role Option<models::MemberAccessLevel> The role the member will be assigned with [optional][default to Admin]
id uuid::Uuid Unique id of the invite
organization_id uuid::Uuid Unique id of the organization that the invite belongs to.
invite_code uuid::Uuid The invite code that is sent to the member's email
created_at String Date and time when the invite was created (ISO_8601 format).
status models::InviteStatus The status of the invite (pending, failed, etc)
failed_reason Option<String> if failed, the reason the invitation failed [optional]

[Back to Model list] [Back to API list] [Back to README]