Author API Initialization
user
The current user's (author's) details.
You must use this option to identify which author is making changes to your content in the Item bank.
The author's details are used in the audit trail when content changes are made.
Examples
var initializationOptions = {
"user": {
"id": "1234",
"email": "john.smith@example.com",
"firstname": "John",
"lastname": "Smith",
}
};
Values
Attribute path user
Type object
Properties
-
id string
The unique identifier of the content author (case-sensitive).
-
email string
The email address of the content author.
-
firstname string
The first name of the content author.
-
lastname string
The last name of the content author.
Related articles
this is a mandatory property.