create personal SSO URL
POST {{base_url}}/V1/persons/{{TESTPERSON}}/.createsinglesignonurl
Does:
Gets a single-use personal URL that is valid until the user ends the session.
Purpose:
to give a Person a single sign-on experience into a particular course or his/her dashboard.
Change this:
The StartActivityStructure is the readonly database G_
-id of an ActivityStructure such as a Program. Usually supplied by content developers within your organization based on the publication status of a course. Omit this to have the user land on the dashboard.
Live example:
There are to Qodex environment variables you can use interchangeably in the request body: ActivityStructureID_A
and ActivityStructureID_B
Request Body
{"StartActivityStructure"=>"{{ActivityStructureID_A}}"}