Skip to main content
PUT
/
accounts
/
profile
Update an existing account profile
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"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.ownid.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type object.

Response

Successfully updated the account.