Skip to main content
PATCH
/
api
/
v1
/
auth
/
me
Update Me
curl --request PATCH \
  --url https://api.example.com/api/v1/auth/me \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "current_password": "<string>",
  "email": "jsmith@example.com",
  "full_name": "<string>",
  "onboarding_completed": true
}
'
{
  "avatar_url": "<string>",
  "current_workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "full_name": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_login_at": "2023-11-07T05:31:56Z",
  "role": "<string>",
  "workspaces": [
    {}
  ],
  "current_tos_version": "2026-04-12",
  "deletion_scheduled_at": "2023-11-07T05:31:56Z",
  "email_verified": false,
  "has_password": false,
  "linked_providers": [],
  "onboarding_completed": false,
  "tos_accepted_at": "2023-11-07T05:31:56Z",
  "tos_enforcement_date": "2026-04-26",
  "tos_version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

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

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Cookies

riftmap_access
string | null

Body

application/json
current_password
string | null
email
string<email> | null
full_name
string | null
onboarding_completed
boolean | null

Response

Successful Response

avatar_url
string | null
required
current_workspace_id
string<uuid> | null
required
email
string
required
full_name
string | null
required
id
string<uuid>
required
last_login_at
string<date-time> | null
required
role
string | null
required
workspaces
Workspaces · object[]
required
current_tos_version
string
default:2026-04-12
deletion_scheduled_at
string<date-time> | null
email_verified
boolean
default:false
has_password
boolean
default:false
linked_providers
string[]
onboarding_completed
boolean
default:false
tos_accepted_at
string<date-time> | null
tos_enforcement_date
string
default:2026-04-26
tos_version
string | null