BIMserver
BIMserver copied to clipboard
Updating SUser
Hi !
Just like it is possible to update a SProject via the API, would it be possible to also update a SUser? Or is there already a way that I have yet to find ?
Thanks for your consideration !
A few fields can be updated with the AuthInterface.changePassword
, ServiceInterface.changeUserType
and ServiceInterface.deleteUser
calls.
I guess the only other fields that could be interesting are the name
and username
fields, are those the ones you are interested in?
Unfortunately yes.
I think name
could be implemented quite easily, simply by copying the code involved at ServiceInterface.updateProject
.
Implementing a change of username
could prove to be a bit more difficult since it's for example also used in the "incoming/[username]" path. Also in theory the new email adres should be validated.