Update the name or role of an existing user
Documentation Index
Fetch the complete documentation index at: https://docs.dakota.xyz/llms.txt
Use this file to discover all available pages before exploring further.
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.
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"
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"
user updated successfully