Retrieve a group policy

Retrieves a group_policy object.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path Parameters

group_policy_idstringRequiredformat: "gp_.+"

Response

OK
idstringformat: "gp_.+"

Unique identifier for the group policy. Prefixed with gp_.

start_datestringformat: "date"

Policy start (effective) date in ISO 8601 (YYYY-MM-DD).

statusenum
Current lifecycle state of the `group_policy`, indicating its progress from creation to activation. Possible values are: - `scheduled`: Group policy has been scheduled for activation. - `active`: Group policy is now active - `expired`: Group policy is no longer active as it reached its end date - `cancelled`: Group policy is now cancelled for any reason.
Allowed values:
typeenum

Policy type. Determines which sub-object is populated.

Allowed values:
providerobject
Provider information for this policy.
planobject
Plan information for this policy
group_idstring or nullformat: "gr_.+"
Identifier for the group associated with this group policy.
employer_idstring or nullformat: "er_.+"
Identifier for the employer associated with this group policy.
end_datestring or nullformat: "date"

Policy end date (inclusive) in ISO 8601 (YYYY-MM-DD), or null if open-ended.

cancellation_datestring or nullformat: "date"

Policy cancellation date (inclusive) in ISO 8610 (YYYY-MM-DD), or null if not applicable.

health_insuranceobject or null

Health insurance–specific fields (present when type=health_insurance).

objectstring or null
The object type

Errors