POST
/
api
/
v1
/
users
/
profile
/
import
/
{user_id}
curl --request POST \
  --url https://api.memobase.dev/api/v1/users/profile/import/{user_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "context": "<string>"
}'
{
  "data": {},
  "errno": 0,
  "errmsg": ""
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

The ID of the user

Body

application/json

The content of the user context to import

Response

200
application/json

Successful Response

The response is of type object.