v1
latestOpenAPI 3.1.02026-07-243113441.2 MBMember Portal Invitations
Get an employee member portal invitation
Returns the current status of an employee's member portal invitation (pending, sent, verified, complete, or cancelled) along with an expired flag indicating whether the invitation can still be acted on by the employee.
scope: member_portal_invitation:read
get/v1/employees/{employee_id}/member_portal_invitations
Path parameters
employee_idstring required
The UUID of the employee
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Success
Example response
{
"status": "sent"
}