Skip to main content

Get All Assignees

GET 

/v1/api/incidents/assignee

Retrieve information about all assignees that you can use to monitor team members who can examine incidents.

Responses

OK

Schema
  • Array [
  • createdAt string

    The creation time of the DLP incident

    emailAddress string

    Email address of the assignee

    firstName string

    First name of the assignee

    id uuid

    ID of the assignee

    lastName string

    Last name of the assignee

    status stringrequired

    Possible values: [ACTIVE, INACTIVE]

    Signifies whether the assignee is active or inactive

    tenantId string

    The TSG enabled tenant group ID

    updatedAt string

    The last updated time of the incident

  • ]
Loading...