Get User Consent Status

Retrieve the current consent status for a user across all products. Returns one consent record per product for the user.

IMPORTANT: This API is only available if your company and Lytx, Inc. has executed an Addendum to Master Purchase Agreement (Facial ID and Consent Management). Your company is solely responsible for providing any necessary notices and/or obtaining all necessary consents for the collection and processing of video, biometric and/or other data processed by Lytx to perform the Facial ID Service which may be required under applicable law.

SecuritybearerAuth
Request
query Parameters
userId
string or null <uuid>

Unique identifier of the user. Required if employeeId is not provided.

Example: userId=550e8400-e29b-41d4-a716-446655440000
employeeId
string or null

Employee identifier associated with the user. Required if userId is not provided.

Example: employeeId=EMP-9876
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/userconsent/status
Request samples
Response samples
application/json
{
  • "data": [
    ]
}