Improved

Added Segments to Academy Endpoints

Segments (dynamic groups of users in Academies) are now available in several API endpoints.

Segments have been added to the following Academy API endpoints:

  1. https://developers.workramp.com/reference/get-1
  2. https://developers.workramp.com/reference/get-all-awarded-certifications-for-a-user
  3. https://developers.workramp.com/reference/get-user
  4. https://developers.workramp.com/reference/get-all-registrations-for-a-user-1
  5. https://developers.workramp.com/reference/get-all-paths-1
📘

For Get All Registrations for a User and All 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.