dk.sdu.cloud.auth.api.LookupUserWithEmailResponse

UCloud Developer Guide / Core / Users / User Creation

LookupUserWithEmailResponse

data class LookupUserWithEmailResponse(
    val userId: String,
    val firstNames: String,
    val lastName: String,
)
Properties

Last updated