Skip to main content

Create Tag

POST 

/tags

This API creates new tag.

A token with API, ORG_ADMIN, CERT_ADMIN, REPORT_ADMIN, ROLE_ADMIN, ROLE_SUBADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.

Request

Body

required

    name stringrequired

    Name of the tag.

Responses

Created tag.

Schema

    id stringrequired

    Tag id

    name stringrequired

    Name of the tag.

    created date-timerequired

    Date the tag was created.

    modified date-timerequired

    Date the tag was last modified.

    tagCategoryRefs

    object[]

    required

  • Array [

  • type string

    Possible values: [ACCESS_PROFILE, APPLICATION, CAMPAIGN, ENTITLEMENT, IDENTITY, ROLE, SOD_POLICY, SOURCE]

    DTO type of the tagged object's category.

    id string

    Tagged object's ID.

    name string

    Tagged object's display name.

  • ]

Loading...