Update a userAsk AIpatch https://api.atono.io/api/v1/users/{id}Updates a user's name by their UUID.Path ParamsiduuidrequiredThe UUID of the user.Body ParamsInformation to update about the user.dataobjectrequiredA user is an individual with access to Atono, defined by a unique email address and optional profile details.data objectResponses 200Successfully updated the user’s information. 403The authenticated user does not have permission to update the user. 404The user could not be found.Updated 10 months ago