Skip to main content
POST
/
portals
/
{id}
/
import-clients
Imports clients to a specific portal using their Social Security Numbers (SSNs). Requires authentication and portal access.
curl --request POST \
  --url https://api.example.com/portals/{id}/import-clients \
  --header 'Content-Type: application/json' \
  --data '
{
  "ssNs": [
    "<string>"
  ]
}
'

Path Parameters

id
integer<int32>
required

The unique identifier of the portal to import clients to.

Body

The request containing the list of SSNs to import.

ssNs
string[] | null

Response

Clients imported successfully.