Update a user
Update the name or role of an existing user
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Path Parameters
Unique identifier of the user to update KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Body
Updated user details
Request body for updating a client user
Given name of the user
1"John"
Surname of the user
1"Doe"
Role that can be assigned to a client user. Available roles: admin (full access except issuances) and viewer (read-only access).
admin, viewer "admin"
Response
user updated successfully

