GetUsers/esas: Difference between revisions
Jump to navigation
Jump to search
Created page with "none|thumb|656x656px ===Export settings===" |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:GetUsers Esas.jpg|none|thumb|656x656px]] | [[File:GetUsers Esas.jpg|none|thumb|656x656px]] | ||
=== Write back userinfo like mail and phonenumber === | |||
This writes back information to esas when users update their information like mail or phonenumber | |||
<br /> | |||
{| class="wikitable" | |||
|+Data mapping | |||
!UMS | |||
!esas | |||
!Comment | |||
|- | |||
|PrivateMail | |||
|esas_privatemail | |||
| | |||
|- | |||
|PhoneNumber | |||
|esas_privattelefonnummer | |||
| | |||
|- | |||
|PrivateMobilePhone | |||
|esas_mobiltelefonnummer | |||
| | |||
|- | |||
|WorkMail | |||
|esas_studieemail | |||
|Students can't update this themselves. Normally done for students with Custom SQL in UMS | |||
|- | |||
|OtherInfo | |||
|esas_integration_id | |||
|Users can't update this themselves. Normally done for users with Custom SQL in UMS. | |||
This is normally used to write back username from UMS | |||
|} | |||
===[[GetUsers/Export Settings|Export settings]]=== | ===[[GetUsers/Export Settings|Export settings]]=== |
Revision as of 08:34, 22 October 2020
Write back userinfo like mail and phonenumber
This writes back information to esas when users update their information like mail or phonenumber
UMS | esas | Comment |
---|---|---|
PrivateMail | esas_privatemail | |
PhoneNumber | esas_privattelefonnummer | |
PrivateMobilePhone | esas_mobiltelefonnummer | |
WorkMail | esas_studieemail | Students can't update this themselves. Normally done for students with Custom SQL in UMS |
OtherInfo | esas_integration_id | Users can't update this themselves. Normally done for users with Custom SQL in UMS.
This is normally used to write back username from UMS |