Skip to main content
PUT

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
integer
required

User ID

Body

application/json
labelId
integer
required

Label ID to assign or unassign

unassign
boolean
default:false

Set to true to remove label from the user. Omit or set to false to assign the label.

Response

200

Label updated successfully