Forum Discussion
john john
Sep 10, 2019Iron Contributor
Equivalent properties for the "License" & "Sign-in Status" inside SP user profile service
Inside Office 365 active users, we depend on 4 main properties:- 1. Username 2. Licenses 3. Office 4. Sign-in Status as follow:- but inside our sharepoint online user profile servic...
Sep 10, 2019
No, those properties are not present in SPO User Profiles and there is not a builtin way to do such syncrhonization. What you could do here is to create custom user profile properties in the SPO User Profiles and then create a PS scrit that run on a schedule and updates that info. to the custom properties you ahve created in the SPO User Profiles
- john johnSep 11, 2019Iron Contributor
jcgonzalezmartinBut as i know in sharepoint online we can not create custom properties inside the user profile service? and when i tried to do so i found that those fields will be disabled:-
- Sep 11, 2019I don't mean that, I mean you can add custom properties without doing a mapping and that custom properties can be updated using a PS Script...see this: https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/bulk-user-profile-update-api-for-sharepoint-online