Get User Result
data class GetUserResult(val attributes: Map<String, String>, val email: String, val emailVerified: Boolean, val enabled: Boolean, val federatedIdentities: List<String>, val firstName: String, val id: String, val lastName: String, val realmId: String, val requiredActions: List<String>, val username: String)
A collection of values returned by getUser.
Constructors
Properties
Link copied to clipboard
(Computed) A map representing attributes for the user
Link copied to clipboard
(Computed) Whether the email address was validated or not. Default to false
.
Link copied to clipboard
(Computed) The user's federated identities, if applicable. This block has the following schema:
Link copied to clipboard