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_datedate

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_idstringformat: "gr_.+"
Identifier for the group associated with this group policy.
employer_idstringformat: "er_.+"
Identifier for the employer associated with this group policy.
end_datedate or null

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

cancellation_datedate or null

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

health_insuranceobject

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

objectstringRead-only
The object type

Errors

404
Not Found Error