Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 910 Bytes

InviteRead.md

File metadata and controls

16 lines (13 loc) · 910 Bytes

# InviteRead

Properties

Name Type Description Notes
email string The invited member's email address
role string The role the member will be assigned with
id string Unique id of the invite
organization_id string Unique id of the organization that the invite belongs to.
invite_code string The invite code that is sent to the member's email
created_at \DateTime Date and time when the invite was created (ISO_8601 format).
status InviteStatus The status of the invite (pending, failed, etc)
failed_reason string if failed, the reason the invitation failed [optional]

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