curl --request PATCH \
--url https://api.diversion.dev/v0/user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image": "<string>",
"email": "jsmith@example.com",
"full_name": "<string>",
"id": "<string>",
"name": "<string>",
"tier": "EDUCATION"
}'
{}
Update user information
curl --request PATCH \
--url https://api.diversion.dev/v0/user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"image": "<string>",
"email": "jsmith@example.com",
"full_name": "<string>",
"id": "<string>",
"name": "<string>",
"tier": "EDUCATION"
}'
{}
This API uses OAuth 2 with the implicit grant flow
User details
Request completed successfully
The response is of type object
.