Skip to main content

Get Assignee by ID

GET 

/v1/api/incidents/assignee/:assigneeId

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

Request

Path Parameters

    assigneeId stringrequired

    The ID of the assignee for the incident.

Responses

OK

Schema
    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...