Skip to main content

Get Queue Purge Status For Me

GET 

/users/v1/person/me/purge

Get the purge status for a person of the access token.

Responses

Successful Response

Schema

    person_id uuidrequired

    Person ID that will be purged

    purge_on date-timerequired

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

    created_on date-timerequired

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

    last_modified_on date-timerequired

    Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone

    status Status (string)required

    Status of the purge request

Loading...