Updates the account profile data.
curl --request PUT \ --url https://server.ownid.com/{appId}/accounts/profile \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "firstName": "Sassi", "lastName": "Keshet" }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated the account.
Was this page helpful?