Membership

Properties

NAME TYPE DESCRIPTION
$id
string
Membership ID.
$createdAt
string
Membership creation date in ISO 8601 format.
$updatedAt
string
Membership update date in ISO 8601 format.
userId
string
User ID.
userName
string
User name.
userEmail
string
User email address.
teamId
string
Team ID.
teamName
string
Team name.
invited
string
Date, the user has been invited to join the team in ISO 8601 format.
joined
string
Date, the user has accepted the invitation to join the team in ISO 8601 format.
confirm
boolean
User confirmation status, true if the user has joined the team or false otherwise.
mfa
boolean
Multi factor authentication status, true if the user has MFA enabled or false otherwise.
roles
array
User list of roles

Example