Update user information
POST https://www.arcgis.com/sharing/rest/community/users/{{your_org}}/update?username={{username}}&description=A new description of user&f=pjson&token={{access_token}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
username | string | ||
description | string | ||
f | string | ||
token | string |
RESPONSES
status: OK
{"success":true,"username":"{{username}}"}