PATCH
/
v1
/
users
/
skills
/
{skillId}
/
attach
/
{userId}
curl --request PATCH \
  --url https://platform.thena.ai/v1/users/skills/{skillId}/attach/{userId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

skillId
string
required
userId
string
required

Response

401

User is not authenticated!