Does the Desire2Learn Valence API allow you to modify a person's Username via the PUT /.../users/(userId) call?
We have a use case where a user does a legal name change, and their Username (format = Firstname.Lastname) has to be updated in D2L.
I understand that the SIS-to-D2L integration uses Username as one of two integration keys (the other is OrgDefinedId), so modifying a person's Username that way would fail.
So then, what are the key(s) for the PUT /users/(userid) Valence call, and will D2L allow you to modify a Username this way?