GetGroupProvisionedUsersProvisionedUser

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)

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The avatar URL of the provisioned user.

Link copied to clipboard
val bio: String

The bio of the provisioned user.

Link copied to clipboard

Whether the provisioned user is a bot.

Link copied to clipboard

The confirmation date of the provisioned user.

Link copied to clipboard

The creation date of the provisioned user.

Link copied to clipboard

The email of the provisioned user.

Link copied to clipboard

Whether the provisioned user is external.

Link copied to clipboard
val id: String

The ID of the provisioned user.

Link copied to clipboard

The job title 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 LinkedIn ID of the provisioned user.

Link copied to clipboard

The location of the provisioned user.

Link copied to clipboard

The name 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 pronouns of the provisioned user.

Link copied to clipboard

The public email of the provisioned user.

Link copied to clipboard

The Skype ID of the provisioned user.

Link copied to clipboard

The state of the provisioned user.

Link copied to clipboard

The Twitter ID of the provisioned user.

Link copied to clipboard

Whether two-factor authentication is enabled for the provisioned user.

Link copied to clipboard

The username of the provisioned user.

Link copied to clipboard

The website URL of the provisioned user.

Link copied to clipboard

The web URL of the provisioned user.