cURL
curl --request PATCH \ --url https://api.diversion.dev/v0/user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "image": "<string>", "email": "[email protected]", "full_name": "<string>", "name": "<string>", "tier": "EDUCATION" } '
{}
Update user information including display name and email preferences
This API uses OAuth 2 with the implicit grant flow
User details
URL of the user image. If updating the image, could be a base64 encoded image.
524288
The tier of the user
EDUCATION
INDIE
PROFESSIONAL
ENTERPRISE
UNKNOWN
Request completed successfully
The response is of type object.
object