Living Security API Example Use Cases
Practical Examples to Help You Get Started with Our API
Get all Past Due assignments for a given user by email address
ℹ️ Please refer to the Participant Assignments Endpoint Reference guide here for an overview of the JSON structure, attribute names, types, and descriptions of the parameters and responses.
curl --location --request GET 'https://us.api.livingsecurity.com/v1/training/assignments?email=frederick.dodd%40bakemecake.net&status=PAST_DUE' \
--header 'Authorization: Bearer ((Your_Access_Token}}' \
--header 'Content-Type: application/json'
Example Output: