Create an employer
Creates an employer
.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Idempotency-Key
Unique key to ensure idempotent requests. If the same key is used for multiple identical & successful requests, the same response will be returned. Read more here
Request
This endpoint expects an object.
legal_name
Legal name of the company. NOTE: This field will be normalized according to our internal formatting rules.
legal_address
contact
registration_number
Company registration number. NOTE: This field will be normalized according to our internal formatting rules.
earliest_benefits_start_date
The earliest date this employer is permitted to set up any benefits scheme. If this date is in the future, benefit setup will be blocked until then. Used to delay scheme setup access (e.g., for onboarding alignment).
Constraints:
- Can only be set or updated if no group policy or group quote exists.
- Must be a valid date in the future.
Response
OK
id
legal_name
legal_address
contact
platform_id
status
Allowed values:
registration_number
offboard_on
earliest_benefits_start_date
object
The object type