User

Get user data for a user id

get
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
Responseany of
or
nullOptional
get
/user

Modify user data

put
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
put
/user

Create an avatar for a user

post
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
extensionstring · enumRequired

The extension type of the avatar

Possible values:
sizeanyRequired

Size of the avatar

Responses
chevron-right
200

Successful Response

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

Confirm uploading an avatar for a user

post
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
download_urlanyRequired

The download url

Responses
chevron-right
200

Successful Response

application/json
Responseany
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
chevron-right
200

Successful Response

application/json
post
/user/share

Generate custom token for user auth

get
Responses
chevron-right
200

Successful Response

application/json
Responseany of
stringOptional
or
nullOptional
get
/user/auth-token

Last updated