Request
The model to update the API user.
namestringRequired>=1 character
The name of the API user.
roleIdstring or nullOptionalformat: "uuid"
The role the user should be in.
If no role is specified, the user will become an admin.
Response
OK
namestring>=1 character
The name of the API user.
roleIdstring or nullformat: "uuid"
The role the user should be in.
If no role is specified, the user will become an admin.
clientIdstring or null
The client id this API user belongs to.
idstringformat: "uuid"
The id of the API user.
createdOnstringformat: "date-time"
The date this user was created.
createdBystringformat: "uuid"
The id of the user who created this user.
updatedOnstringformat: "date-time"
The date when this user was last updated.
updatedBystringformat: "uuid"
The id of the user who updated the entity.