cURL
curl --request POST \ --url http://localhost:3000/v2/UserUpdateRequest \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "mode": "login", "identity": "<string>", "profile": {}, "request_metadata": {} } '
{ "status": "ok", "requestuuid": "<string>" }
Creates an update request for a user (requires approval)
API token for authentication
Mode of user identification
login
token
email
phone
custom
User identifier corresponding to the mode
Updated profile information
Additional metadata for the request
User update request created successfully
"ok"
UUID of the update request