Calls
Status

create

8min

This call creates a status. The arguments that would be included in the doc are described below:

Basic parameters

Name

Type

Required

Description

action

string

true

create

group_id

integer

true

This designates which project the action should be applied towards.

doc

array

false

See doc parameters below.

Doc Parameters

Name

Type

Required

Description

status_name

string

true

The name of the status.

color

string

true

The color as a hex value, as in #800000.

is_excluded

numeric

true

Whether or not the status should mark the user as excluded. 0 is active and 1 is excluding.



Examples

Create a new active status

This is an example which would create a new status.

Call

Curl
Python


Response

JSON


Create a new excluding status

This is an example which would create a new status.

Call

Curl
Python


Response

JSON




Updated 05 Nov 2024
Doc contributor
Doc contributor
Did this page help you?