AdminInvite
Properties#
id
stringThe invite's ID.
email
stringThe email of the invited user.
accepted
booleanWhether the invite was accepted.
token
stringThe invite token.
expires_at
stringThe date the invite expires.
created_at
stringThe date that the invite was created.
updated_at
stringThe date that the invite was updated.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
Was this page helpful?