Skip to main content
POST
/
ims
/
oneroster
/
rostering
/
v1p2
/
users
/
{userId}
/
credentials
Register student credentials for third-party applications
curl --request POST \
  --url https://api.alpha-1edtech.ai/ims/oneroster/rostering/v1p2/users/{userId}/credentials \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "applicationName": "<string>",
  "credentials": {
    "username": "<string>",
    "password": "<string>"
  }
}
'
{
  "userProfileId": "<string>",
  "credentialId": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

The sourcedId of the user

Body

application/json
applicationName
string
required
Minimum string length: 1
credentials
object
required

Response

Student credentials updated successfully

userProfileId
string
required
credentialId
string
required
message
string
required