Skip to main content
POST
/
ims
/
oneroster
/
rostering
/
v1p2
/
orgs
Create an Organization
curl --request POST \
  --url https://api.alpha-1edtech.ai/ims/oneroster/rostering/v1p2/orgs/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "org": {
    "name": "<string>",
    "type": "department",
    "sourcedId": "<string>",
    "status": "active",
    "metadata": {},
    "identifier": "<string>",
    "parent": {
      "sourcedId": "<string>"
    }
  }
}
'
{
  "sourcedIdPairs": {
    "suppliedSourcedId": "<string>",
    "allocatedSourcedId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
org
object
required

Response

Organization created successfully

sourcedIdPairs
object
required