Put Users User Id Request
@Serializable
PutUsersUserIdRequest
Parameters
clients
email
firstname
is Self Service User
lastname
office Id
password
repeat Password
roles
send Password To Email
staff Id
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)