PUT api/bo/users/self
Update User Self
Request Information
URI Parameters
None.
Body Parameters
m_user_updateName | Description | Type | Additional information |
---|---|---|---|
UserRoleId | integer |
None. |
|
UserFullName | string |
Required String length: inclusive between 0 and 100 |
|
UserEmail | string |
String length: inclusive between 0 and 100 |
|
UserUsername | string |
Required String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{ "UserRoleId": 1, "UserFullName": "sample string 2", "UserEmail": "sample string 3", "UserUsername": "sample string 4" }
application/xml, text/xml
Sample:
<m_user_update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Backoffice"> <UserEmail>sample string 3</UserEmail> <UserFullName>sample string 2</UserFullName> <UserRoleId>1</UserRoleId> <UserUsername>sample string 4</UserUsername> </m_user_update>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.