user - Initialization - Author Aide API

Author Aide 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

const 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.

this is a mandatory property.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.