LiftrBaseUserDetailsResponse

data class LiftrBaseUserDetailsResponse(val emailAddress: String? = null, val firstName: String? = null, val lastName: String? = null, val phoneNumber: String? = null, val upn: String? = null)

User details for an organization

Constructors

Link copied to clipboard
constructor(emailAddress: String? = null, firstName: String? = null, lastName: String? = null, phoneNumber: String? = null, upn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailAddress: String? = null

Email address of the user

Link copied to clipboard
val firstName: String? = null

First name of the user

Link copied to clipboard
val lastName: String? = null

Last name of the user

Link copied to clipboard
val phoneNumber: String? = null

User's phone number

Link copied to clipboard
val upn: String? = null

User's principal name