Skip to main content
PUT
/
v1
/
users
/
{user_id}
/
profile
Update or create a user profile
curl --request PUT \
  --url https://api.infyn.dev/v1/users/{user_id}/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Supply Authorization: Bearer <token>. The token can be either a JWT (from supported auth vendors) or an API key generated via /v1/api-key/generate.

Path Parameters

user_id
string
required

Body

application/json

The body is of type object.

Response

200

Updated profile