Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <your_api_key>

Path Parameters

id
string<uuid>
required

Freelancer profile UUID (not a pending invitation id).

Body

application/json

At least one field required. tag_ids and team_ids replace the full assignment for this team. referent_id can be reassigned to another team member but cannot be cleared.

external_id
string | null

Team-stored external identifier; null clears it.

note
string | null

Internal team note on the freelancer; null clears it.

tag_ids
string<uuid>[]

Team tag UUIDs to assign (replaces existing tags for this team).

team_ids
string<uuid>[]

Organizational team UUID to assign (replaces existing assignment for this team). At most one team per person. Send an empty array to clear.

Maximum array length: 1
department_ids
string<uuid>[]
deprecated

Deprecated alias for team_ids. Use team_ids instead.

Maximum array length: 1
job_title
string | null

Job title on the team link.

referent_id
string<uuid>

Team member profile UUID as referent; must belong to the API key's team. Cannot be cleared.

Response

Success

data
object