For the complete documentation index, see llms.txt. This page is also available as Markdown.

User

Get user data for a user id

get
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
emailstring · nullableOptional
namestring · nullableOptional
onboarding_statusstring · nullableOptional
avatar_urlstring · nullableOptional
last_accessedstring · date-time · nullableOptional
occupationstring · nullableOptional
companystring · nullableOptional
referral_sourcestring · nullableOptional
phone_numberstring · nullableOptional
used_desktop_appboolean · nullableOptional
idstring · uuidRequired
is_shade_adminbooleanRequired
created_atstring · date-timeRequired
total_rootsintegerRequired
plan_statusstring · enumRequiredPossible values:
planstring · enumRequiredPossible values:
asset_limitintegerRequired
total_indexedintegerRequired
total_storageintegerRequired
get/user

Modify user data

put
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
emailstring · nullableOptional
namestring · nullableOptional
onboarding_statusstring · nullableOptional
avatar_urlstring · nullableOptional
last_accessedstring · date-time · nullableOptional
occupationstring · nullableOptional
companystring · nullableOptional
referral_sourcestring · nullableOptional
phone_numberstring · nullableOptional
used_desktop_appboolean · nullableOptional
idstring · uuidRequired
is_shade_adminbooleanRequired
created_atstring · date-timeRequired
total_rootsintegerRequired
plan_statusstring · enumRequiredPossible values:
planstring · enumRequiredPossible values:
asset_limitintegerRequired
total_indexedintegerRequired
total_storageintegerRequired
put/user

Create an avatar for a user

post
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
extensionstring · enumRequired

The extension type of the avatar

Possible values:
sizeanyRequired

Size of the avatar

Responses
200

Successful Response

application/json
Other propertiesanyOptional
post/user/profile/avatar/upload-url

Confirm uploading an avatar for a user

post
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
download_urlanyRequired

The download url

Responses
200

Successful Response

application/json
anyOptional
post/user/profile/avatar/complete

No content

Create user for share to perform actions with

post
Body
namestringRequired

The name of the user

emailstringRequired

The email of the user

Responses
200

Successful Response

application/json
emailstring · nullableOptional
namestring · nullableOptional
onboarding_statusstring · nullableOptional
avatar_urlstring · nullableOptional
last_accessedstring · date-time · nullableOptional
occupationstring · nullableOptional
companystring · nullableOptional
referral_sourcestring · nullableOptional
phone_numberstring · nullableOptional
used_desktop_appboolean · nullableOptional
idstring · uuidRequired
is_shade_adminbooleanRequired
created_atstring · date-timeRequired
total_rootsintegerRequired
plan_statusstring · enumRequiredPossible values:
planstring · enumRequiredPossible values:
asset_limitintegerRequired
total_indexedintegerRequired
total_storageintegerRequired
post/user/share

Generate custom token for user auth

get
Responses
200

Successful Response

application/json
string · nullableOptional
get/user/auth-token

Last updated

Was this helpful?