Author Aide API Initialization
organisation_id
Specifies which Item bank to use for loading and saving content. By default, Author Aide API will use your default Item bank.
You would want to use this to specify a particular Item bank when the author has access to multiple Item banks.
Examples
const initializationOptions = {
user: {
"id": "1234",
"email": "
"firstname": "John",
"lastname": "Smith"
},
"organisation_id": 1234
};
Values
Attribute path organisation_id
Type number