Skip to main content
PATCH
/
v1
/
me
Update Me
curl --request PATCH \
  --url https://api.example.com/v1/me \
  --header 'Content-Type: application/json' \
  --data '
{
  "display_name": "<string>"
}
'
{
  "id": "<string>",
  "email": "<string>",
  "display_name": "<string>",
  "sso_subject": "<string>",
  "role": "<string>",
  "auth_provider": "<string>"
}

Documentation Index

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

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

Headers

x-dev-user
string | null
authorization
string | null

Body

application/json
display_name
string | null

Response

Successful Response

id
string
required
email
string
required
display_name
string | null
required
sso_subject
string
required
role
string
required
auth_provider
string
required