Updates the API user with the specified id.
<Check title="Required Permissions">The user must be an admin or have `workspace-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
apiUserId
The id of the API user.
Request
The new API user values.
name
The name of the API user.
roleId
The role the user should be in.
If no role is specified, the user will become an admin.
Response
OK
name
The name of the API user.
roleId
The role the user should be in.
If no role is specified, the user will become an admin.
clientId
The client id this API user belongs to.
id
The id of the API user.
createdOn
The date this user was created.
createdBy
The id of the user who created this user.
updatedOn
The date when this user was last updated.
updatedBy
The id of the user who updated the entity.