Get Group Provisioned Users Provisioned User
data class GetGroupProvisionedUsersProvisionedUser(val avatarUrl: String, val bio: String, val bot: Boolean, val confirmedAt: String, val createdAt: String, val email: String, val external: Boolean, val id: String, val jobTitle: String, val lastActivityOn: String, val lastSignInAt: String, val linkedin: String, val location: String, val name: String, val organization: String, val privateProfile: Boolean, val pronouns: String, val publicEmail: String, val skype: String, val state: String, val twitter: String, val twoFactorEnabled: Boolean, val username: String, val webUrl: String, val websiteUrl: String) : ConvertibleToJava<GetGroupProvisionedUsersProvisionedUser>
Constructors
Link copied to clipboard
constructor(avatarUrl: String, bio: String, bot: Boolean, confirmedAt: String, createdAt: String, email: String, external: Boolean, id: String, jobTitle: String, lastActivityOn: String, lastSignInAt: String, linkedin: String, location: String, name: String, organization: String, privateProfile: Boolean, pronouns: String, publicEmail: String, skype: String, state: String, twitter: String, twoFactorEnabled: Boolean, username: String, webUrl: String, websiteUrl: String)
Properties
Link copied to clipboard
The confirmation date of the provisioned user.
Link copied to clipboard
The last activity date of the provisioned user.
Link copied to clipboard
The last sign-in date of the provisioned user.
Link copied to clipboard
The organization of the provisioned user.
Link copied to clipboard
Whether the provisioned user has a private profile.
Link copied to clipboard
The public email of the provisioned user.
Link copied to clipboard
Whether two-factor authentication is enabled for the provisioned user.
Link copied to clipboard
The website URL of the provisioned user.