Get User Result
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)