User
Responses
200
Successful Response
application/json
Responseany of
or
nullOptional
404
Not found
get
GET /user HTTP/1.1
Host:
Accept: */*
{
"email": "text",
"name": "text",
"onboarding_status": "text",
"avatar_url": "text",
"last_accessed": "2025-08-11T14:38:06.770Z",
"occupation": "text",
"company": "text",
"referral_source": "text",
"phone_number": "text",
"used_desktop_app": true,
"client_metadata": {},
"id": "123e4567-e89b-12d3-a456-426614174000",
"is_shade_admin": true,
"created_at": "2025-08-11T14:38:06.770Z",
"total_roots": 1,
"plan_status": "incomplete",
"plan": "free",
"asset_limit": 1,
"total_indexed": 1,
"total_storage": 1
}
Body
Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
put
PUT /user HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 258
{
"user": {
"email": "text",
"name": "text",
"onboarding_status": "text",
"avatar_url": "text",
"last_accessed": "2025-08-11T14:38:06.770Z",
"occupation": "text",
"company": "text",
"referral_source": "text",
"phone_number": "text",
"used_desktop_app": true,
"client_metadata": {}
}
}
{
"email": "text",
"name": "text",
"onboarding_status": "text",
"avatar_url": "text",
"last_accessed": "2025-08-11T14:38:06.770Z",
"occupation": "text",
"company": "text",
"referral_source": "text",
"phone_number": "text",
"used_desktop_app": true,
"client_metadata": {},
"id": "123e4567-e89b-12d3-a456-426614174000",
"is_shade_admin": true,
"created_at": "2025-08-11T14:38:06.770Z",
"total_roots": 1,
"plan_status": "incomplete",
"plan": "free",
"asset_limit": 1,
"total_indexed": 1,
"total_storage": 1
}
Body
namestringRequired
The name of the user
emailstringRequired
The email of the user
Responses
200
Successful Response
application/json
404
Not found
422
Validation Error
application/json
post
POST /user/share HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"name": "text",
"email": "text"
}
{
"email": "text",
"name": "text",
"onboarding_status": "text",
"avatar_url": "text",
"last_accessed": "2025-08-11T14:38:06.770Z",
"occupation": "text",
"company": "text",
"referral_source": "text",
"phone_number": "text",
"used_desktop_app": true,
"client_metadata": {},
"id": "123e4567-e89b-12d3-a456-426614174000",
"is_shade_admin": true,
"created_at": "2025-08-11T14:38:06.770Z",
"total_roots": 1,
"plan_status": "incomplete",
"plan": "free",
"asset_limit": 1,
"total_indexed": 1,
"total_storage": 1
}