Improved
Added Segments to Academy Endpoints
about 4 years ago by Jessie Tully
Segments (dynamic groups of users in Academies) are now available in several API endpoints.
Segments have been added to the following Academy API endpoints:
- https://developers.workramp.com/reference/get-1
- https://developers.workramp.com/reference/get-all-awarded-certifications-for-a-user
- https://developers.workramp.com/reference/get-user
- https://developers.workramp.com/reference/get-all-registrations-for-a-user-1
- https://developers.workramp.com/reference/get-all-paths-1
ForGet All Registrations for a UserandAll Awarded Certifications For a User, response data will have a user object"user": { "id": "46331524-d7aa-11ec-91af-d6b254fa6ff4", "email": "[email protected]", "segments": [ "test"], "display_name": "Ray", "first_name": "ray", "last_name": "ray", "created_at": 1652988686380 }"as opposed to just
user_id, as it was previously before this change.
