How to assign profiles to users

Background

Itslearning translates the IMS E/IMS ES institutionRoleTypes to itslearning profiles according to a mapping table, and only a few profiles exist by default.

Default profile mapping

The default mapping between IMS ES institutionRoleTypes and itslearning profiles looks like this:

IMS ES institutionRoleType

Itslearning Profile

Student

Pupil

Faculty

-

Member

-

Learner

-

Instructor

-

Mentor

-

Staff

Staff

Alumni

-

ProspectiveStudent

-

Guest

Guest

Other

-

Administrator

Administrator

Observer

-

Carer (non standard)

Parent

-

System Administrator

-

AICC

Customizing the mapping


This transformation table (and the Itslearning profile column) can be changed using Itslearning UI

  1. Log in to itslearning

  2. Go to Administration -> Profiles

  3. Edit the desired profile and complete the field "Synchronisation – Map from profile"

  4. The value you put in this field can be used as the institutionRoleType in your IMS ES requests, so the default mapping table does not restrict you in any way.
    (In IMSE you need to make sure that the XSLT used by the customer integration has the correct institutionRoleType -mapping )

Words of caution:

  • If the IMS ES institutionRoletype cannot be mapped to any of the itslearning profles, the 'Default profile for external enrollment' is used.

  • If the IMS ES institutionRoletype is mapped to an itslearning profile that has been marked as deleted (you will not see the profile in the UI), the 'Default profile for external enrollment' is used.

  • If for the ‘Default profile for external enrolment’ an invalid IMS ES institutionRoletype is specified, ‘Student’ will be used.

  • If the IMS ES institutionRoletype element is empty, itslearning will revert to the default profile set within itslearning, usually "Student". If you are updating a person, do not send empty tags. You should send the person's correct institutionRoleType, or leave out the element altogether.

Example

Your school will start to use the parent portal feature in itslearning, and you are going to import all the parents' user accounts through IMS ES.

In IMS ES, use the IMS ES institutionRoleType = 'Carer' in the createPerson request.

In itslearning, ensure that the profile you are using for parents in itslearning matches the IMS ES institutionRoleType by setting 'Map from profile' = 'Carer'.

images/download/attachments/284208528/parent-profile.png


Now create your createPerson requests as per the documentation