Get Users User
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)
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
Details about the user's full name.
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.