Profile Edit
User profile operations
Available API Paths
Path: /api/profile/{userName}
Methods
PUT
Updates a user's profile information
Parameters
Name | Location | Type | Required | Description |
---|---|---|---|---|
userName | path | string | true | Username of the user to update |
Name | Location | Type | Required | Description |
---|---|---|---|---|
body | body | undefined | true | User profile data to update. Username must be the same as userName in path parameters |
Responses
Status | Description | Response Content or Scheme |
200 | An updated user profile object |
|
400 | Request data is invalid |
|
401 | Access to resource is denied. User not authenticated (logged in) or session expired |
|
403 | User does not have enough permissions to access the resource |
|
404 | Plugin is not enabled or not found |
|
410 | Requested entity does not exists or was removed |
|
500 | An internal server error has occured |
|