Invite
An invite is created when an admin user invites a new user to join the store's team. Once the invite is accepted, it's deleted.
Properties
idstringRequiredThe invite's ID
created_atDateRequiredThe date with timezone at which the resource was created.
updated_atDateRequiredThe date with timezone at which the resource was updated.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
user_emailstringRequiredThe email of the user being invited.
The user's role. These roles don't change the privileges of the user.Default: member
memberacceptedbooleanRequiredWhether the invite was accepted or not.
Default: false
tokenstringRequiredThe token used to accept the invite.
expires_atDateRequiredThe date the invite expires at.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?