GetUserResult

data class GetUserResult(val email: String? = null, val firstName: String? = null, val groups: List<GroupContractPropertiesResponse>, val id: String, val identities: List<UserIdentityContractResponse>? = null, val lastName: String? = null, val name: String, val note: String? = null, val registrationDate: String? = null, val state: String? = null, val type: String)

User details.

Constructors

Link copied to clipboard
constructor(email: String? = null, firstName: String? = null, groups: List<GroupContractPropertiesResponse>, id: String, identities: List<UserIdentityContractResponse>? = null, lastName: String? = null, name: String, note: String? = null, registrationDate: String? = null, state: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

Email address.

Link copied to clipboard
val firstName: String? = null

First name.

Link copied to clipboard

Collection of groups user is part of.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Collection of user identities.

Link copied to clipboard
val lastName: String? = null

Last name.

Link copied to clipboard

Resource name.

Link copied to clipboard
val note: String? = null

Optional note about a user set by the administrator.

Link copied to clipboard

Date of user registration. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Link copied to clipboard
val state: String? = null

Account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active.

Link copied to clipboard

Resource type for API Management resource.