User Management
Update self
Updates user information.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Request parameters
- firstName
- lastName
- phone
- notifications
Response parameters
- userName
- firstName
- lastName
- phone
- enabled
- notifications
- accessRights
- accessRights.merchantIds
- accessRights.role
- accountId
- role
- customAccess
- cognitoSub
- isEnabledForVTerm
- shouldShowPlatformAgreement
- shouldShowPricingAgreement
- dateCreated
- dateLastModified
put/user/v3/self
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"phone": "15555555555",
"notifications": true
}Response
Success