User

constructor(    id: String = "",     role: String? = "user",     type: UserType = UserType.Authenticated,     name: String? = null,     image: String? = null,     teams: List<String>? = emptyList(),     custom: Map<String, String>? = emptyMap(),     createdAt: OffsetDateTime? = null,     updatedAt: OffsetDateTime? = null,     deletedAt: OffsetDateTime? = null)