Skip to main content
POST
/
v1
/
employer-identifiers
/
{employer_identifier}
/
invites
Create employer identifier invite
curl --request POST \
  --url https://api.payrollintegrationsapp.com/v1/employer-identifiers/{employer_identifier}/invites \
  --header 'Content-Type: application/json' \
  --data '
{
  "contactEmail": "jsmith@example.com",
  "redirectUrl": "<string>",
  "onboardingNotes": "<string>",
  "additionalEmails": [
    "jsmith@example.com"
  ]
}
'
{
  "id": "00000000-0000-0000-0000-000000000000",
  "employerIdentifierId": "11111111-1111-1111-1111-111111111111"
}

Documentation Index

Fetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

employer_identifier
string
required

Body

application/json
contactEmail
string<email>
required

Primary email address of the employer identifier sponsor

redirectUrl
string<uri>

URL to redirect after onboarding

onboardingNotes
string

Internal notes about the employer identifier

additionalEmails
string<email>[]

Additional email addresses

Response

Employer identifier invite created successfully

id
string<uuid>
required
employerIdentifierId
string<uuid>
required