Skip to main content
post/contacts/{id}/unarchive

Unarchive contact

LLM
View as Markdown
Open llms.txt

Restores an archived contact to active lists.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:update

Allowed roles

  • owner
  • admin
  • agent

Unarchive a contact in the caller's contact scope.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Responses

  • 204

    Contact unarchived

  • 404

    Contact not found

    • application/json ProblemDetails
  • 409

    Contact is not archived

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails