cURL
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" }
Creates a new invite for an employer identifier
Documentation IndexFetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.payrollintegrations.com/llms.txt
Use this file to discover all available pages before exploring further.
Primary email address of the employer identifier sponsor
URL to redirect after onboarding
Internal notes about the employer identifier
Additional email addresses
Employer identifier invite created successfully