Skip to main content
POST
/
powerpath
/
placement
/
resetUserPlacement
Reset user placement for subject
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/placement/resetUserPlacement \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "student": "<string>"
}
'
{
  "success": true,
  "placementResultsDeleted": 123,
  "onboardingReset": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
student
string
required

The sourcedId of the student

subject
enum<string>
required

The subject name

Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other

Response

Success

success
boolean
required

Whether the reset operation was successful

placementResultsDeleted
number
required

Number of placement results soft-deleted

onboardingReset
boolean
required

Whether onboarding state was reset