Skip to main content
POST
/
people
/
{id}
/
tags
/
apply
Apply tags to Person
curl --request POST \
  --url https://mortgage-crm.universal.rollout.com/api/people/{id}/tags/apply \
  --header 'Content-Type: application/json' \
  --data '
{
  "tags": [
    "<string>"
  ]
}
'
{
  "tags": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Body

tags
string[]
required

Response

OK

tags
string[]
required