PATCH
/
user
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"
}'
{}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Body

application/json

User details

Response

200
application/json

Request completed successfully

The response is of type object.