PutUsersUserIdRequest

@Serializable
data class PutUsersUserIdRequest(val clients: List<Long>? = null, val email: String? = null, val firstname: String? = null, val isSelfServiceUser: Boolean? = null, val lastname: String? = null, val officeId: Long? = null, val password: String? = null, val repeatPassword: String? = null, val roles: List<Long>? = null, val sendPasswordToEmail: Boolean? = null, val staffId: Long? = null)

PutUsersUserIdRequest

Parameters

clients
email
firstname
isSelfServiceUser
lastname
officeId
password
repeatPassword
roles
sendPasswordToEmail
staffId

Constructors

Link copied to clipboard
constructor(clients: List<Long>? = null, email: String? = null, firstname: String? = null, isSelfServiceUser: Boolean? = null, lastname: String? = null, officeId: Long? = null, password: String? = null, repeatPassword: String? = null, roles: List<Long>? = null, sendPasswordToEmail: Boolean? = null, staffId: Long? = null)

Properties

Link copied to clipboard
val clients: List<Long>? = null
Link copied to clipboard
val email: String? = null
Link copied to clipboard
val firstname: String? = null
Link copied to clipboard
Link copied to clipboard
val lastname: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val password: String? = null
Link copied to clipboard
val repeatPassword: String? = null
Link copied to clipboard
val roles: List<Long>? = null
Link copied to clipboard
Link copied to clipboard
val staffId: Long? = null