SCInviteType
Interface SCInviteType. Invite Code Schema.
Properties
Property | Type | Description |
---|---|---|
code | string | The invitation code |
email | string | The invitation email |
extra_data | Record <string , any > | An object containing extra information |
generated_at | Date | The date when the invitation code was generated |
id | number | The ID of the user. |
invited_by | number | The ID of the user who sent the invite. |
name | string | The invitation name |
role | string | The user role |
sent_at | null | Date | The date when the invitation code was sent to the user |
used_at | null | Date | The date when the invitation code was used by the user |
user | null | SCUserType | The user object associated to this invite code (if used_at is not null) |