action visagecloud_get_profile_enrollment_status_using_get { label: "Gets the enrollment status of a profile: information on whether it is suitable for authentication." provider: visagecloud method: GET path: "/rest/v1.1/profile/enrollmentStatus" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } profileId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "profileId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }