GetUsersUser

data class GetUsersUser(val addresses: List<GetUsersUserAddress>, val displayName: String, val emails: List<GetUsersUserEmail>, val externalIds: List<GetUsersUserExternalId>, val identityStoreId: String, val locale: String, val names: List<GetUsersUserName>, val nickname: String, val phoneNumbers: List<GetUsersUserPhoneNumber>, val preferredLanguage: String, val profileUrl: String, val timezone: String, val title: String, val userId: String, val userName: String, val userType: String)

Constructors

Link copied to clipboard
constructor(addresses: List<GetUsersUserAddress>, displayName: String, emails: List<GetUsersUserEmail>, externalIds: List<GetUsersUserExternalId>, identityStoreId: String, locale: String, names: List<GetUsersUserName>, nickname: String, phoneNumbers: List<GetUsersUserPhoneNumber>, preferredLanguage: String, profileUrl: String, timezone: String, title: String, userId: String, userName: String, userType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of details about the user's address.

Link copied to clipboard

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

Identity Store ID associated with the Single Sign-On Instance.

Link copied to clipboard

User's geographical region or location.

Link copied to clipboard

Details about the user's full name.

Link copied to clipboard

An alternate name for the user.

Link copied to clipboard

List of details about the user's phone number.

Link copied to clipboard

Preferred language of the user.

Link copied to clipboard

An URL that may be associated with the user.

Link copied to clipboard

User's time zone.

Link copied to clipboard

User's title.

Link copied to clipboard

Identifier of the user in the Identity Store.

Link copied to clipboard

User's user name value.

Link copied to clipboard

User type.