Get User Result
data class GetUserResult(val addresses: List<GetUserAddress>, val alternateIdentifier: GetUserAlternateIdentifier? = null, val displayName: String, val emails: List<GetUserEmail>, val externalIds: List<GetUserExternalId>, val filter: GetUserFilter? = null, val id: String, val identityStoreId: String, val locale: String, val names: List<GetUserName>, val nickname: String, val phoneNumbers: List<GetUserPhoneNumber>, val preferredLanguage: String, val profileUrl: String, val timezone: String, val title: String, val userId: String, val userName: String, val userType: String)
A collection of values returned by getUser.
Constructors
Link copied to clipboard
constructor(addresses: List<GetUserAddress>, alternateIdentifier: GetUserAlternateIdentifier? = null, displayName: String, emails: List<GetUserEmail>, externalIds: List<GetUserExternalId>, filter: GetUserFilter? = null, id: String, identityStoreId: String, locale: String, names: List<GetUserName>, nickname: String, phoneNumbers: List<GetUserPhoneNumber>, preferredLanguage: String, profileUrl: String, timezone: String, title: String, userId: String, userName: String, userType: String)
Properties
Link copied to clipboard
List of details about the user's address.
Link copied to clipboard
Link copied to clipboard
The name that is typically displayed when the user is referenced.
Link copied to clipboard
List of details about the user's email.
Link copied to clipboard
List of identifiers issued to this resource by an external identity provider.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Details about the user's full name.
Link copied to clipboard
List of details about the user's phone number.
Link copied to clipboard
The preferred language of the user.
Link copied to clipboard
An URL that may be associated with the user.