Docs

Create Collaborator Property

POST /organizations/{organizationId}/collaborator-properties

POST/organizations/{organizationId}/collaborator-properties

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Creates a new reusable collaborator property in the organization. Properties are the field definitions that get assigned to collaborator types.

Select type properties require at least one option. All other types must not include options.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to create the property in.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the property.
typestringRequiredProperty type. One of: `Text`, `Select`, `Number`, `Date`, `Checkbox`, `Link`.
optionsarray?OptionalRequired for `Select` type. Must not be provided for other types.

Options

FieldTypeRequiredDescription
labelstringRequiredDisplay label for the option.