|
| 1 | +--- |
| 2 | +title: User information |
| 3 | +ms.date: 01/18/2018 |
| 4 | +--- |
| 5 | +# User information |
| 6 | + |
| 7 | +## Summary |
| 8 | + |
| 9 | +User profiles contain each user's personal information and enable you to search for and connect with people within your organization. User profiles are a core feature in Microsoft Office 365 and SharePoint. |
| 10 | + |
| 11 | +## Available options |
| 12 | + |
| 13 | +### User information in Office 365 |
| 14 | + |
| 15 | +_**Applies to:** Office 365_ |
| 16 | + |
| 17 | +#### Related resources |
| 18 | + |
| 19 | +##### Articles |
| 20 | + |
| 21 | +- [Working with users in Microsoft Graph](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/users) |
| 22 | +- [Work with user profiles in a SharePoint Multi-Geo tenant](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/multigeo-userprofileexperience) |
| 23 | +- [Adding custom app data to Microsoft Graph now in preview](https://dev.office.com/blogs/adding-customer-data-to-resources-in-Microsoft-Graph-preview) |
| 24 | + |
| 25 | +##### Videos |
| 26 | + |
| 27 | +- [Demystifying the Office 365 profile experience - BRK2127](https://www.youtube.com/channel/UCrhJmfAGQ5K81XQ8_od1iTg) |
| 28 | + |
| 29 | +##### Solutions |
| 30 | + |
| 31 | +- [Introducing the API for Bulk Updating Custom User Profile Properties for SharePoint Online](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/bulk-user-profile-update-api-for-sharepoint-online) |
| 32 | + |
| 33 | +##### Samples |
| 34 | + |
| 35 | +- [Microsoft Graph Connect Sample for ASP.NET 4.6 (REST)](https://github.com/microsoftgraph/aspnet-connect-rest-sample/blob/667aba34122950185f11fe80b7768cf642c9b407/README.md) |
| 36 | +- [Microsoft Graph Snippets Sample for AngularJS (REST)](https://github.com/microsoftgraph/angular-snippets-rest-sample) |
| 37 | +- [Microsoft Graph iOS Objective C Snippets Sample](https://github.com/microsoftgraph/ios-objectiveC-snippets-sample) |
| 38 | +- [Office 365 Android Microsoft Graph Snippets](https://github.com/microsoftgraph/android-java-snippets-rest-sample) |
| 39 | +- [Get incremental changes for users](https://developer.microsoft.com/en-us/graph/docs/concepts/delta_query_users) |
| 40 | + |
| 41 | +### SharePoint user profiles |
| 42 | + |
| 43 | +_**Applies to:** Office 365 and SharePoint Server_ |
| 44 | + |
| 45 | +In SharePoint, user profiles represent SharePoint users. User profile properties represent information about the users and also about the properties themselves. For example, properties include the account name or email address of a user and the data type of a property. You can use the server object model to programmatically create, retrieve, and change user profiles, profile subtypes, and profile properties.+ |
| 46 | + |
| 47 | +#### Related resources |
| 48 | + |
| 49 | +##### Articles |
| 50 | + |
| 51 | +- [Work with user profiles in SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/work-with-user-profiles-in-sharepoint) |
| 52 | +- [User profile manipulation in the SharePoint add-in model](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/user%20profile%20manipulation-sharepoint-add-in) |
| 53 | +- [User profiles REST API reference](https://msdn.microsoft.com/library/10757ed1-6e86-474f-89e0-6dec6aa66a2b%28Office.15%29.aspx) |
| 54 | +- [Work with user profiles and organization profiles by using the server object model in SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-work-with-user-profiles-and-organization-profiles-by-using-the-server-obj) |
| 55 | +- [Get user identity and properties in SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-user-identity-and-properties-in-sharepoint) |
| 56 | +- [User segmentation in SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/user-segmentation-in-sharepoint) |
| 57 | +- [Pattern: Retrieving user data](https://github.com/SharePoint/PnP-Transformation/blob/master/InfoPath/Guidance/Patterns/Retrieving%20user%20data.md) |
| 58 | +- [User Personalization and OneDrive for Business Operations Using add-in model](https://github.com/OfficeDev/TrainingContent/tree/master/O3658/07%20User%20Personalization%20and%20OneDrive%20for%20Business%20Operations%20Using%20add-in%20model) |
| 59 | + |
| 60 | +##### Videos |
| 61 | + |
| 62 | +- [User Profile Bulk update API demonstration](https://www.youtube.com/watch?v=-X_2T0SRUBk) |
| 63 | + |
| 64 | +##### Solutions |
| 65 | + |
| 66 | +- [User profile solutions for SharePoint 2013 and SharePoint Online](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/user-profile-solutions-for-sharepoint) |
| 67 | +- [Upload user profile pictures sample add-in for SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/upload-user-profile-pictures-sample-app-for-sharepoint) |
| 68 | +- [Personalize search results sample add-in for SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/personalize-search-results-sample-app-for-sharepoint) |
| 69 | +- [Migrate user profile properties sample add-in for SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/migrate-user-profile-properties-sample-app-for-sharepoint) |
| 70 | +- [UserProfile.MIMSync toolset](https://github.com/SharePoint/PnP-Tools/tree/master/Solutions/UserProfile.MIMSync) |
| 71 | +- [User Profiles PnP PowerShell cmdlets](https://msdn.microsoft.com/en-us/pnp_powershell/userprofiles-category) |
| 72 | + |
| 73 | +##### Samples |
| 74 | + |
| 75 | +- [User profile manipulation using CSOM](https://github.com/SharePoint/PnP/tree/dev/Samples/UserProfile.Manipulation.CSOM) |
| 76 | +- [User profile bulk property updater](https://github.com/SharePoint/PnP/tree/master/Samples/Core.BulkUserProfileUpdater) |
| 77 | + |
| 78 | +### Azure AD profile data |
| 79 | + |
| 80 | +_**Applies to:** Office 365_ |
| 81 | + |
| 82 | +#### Related resources |
| 83 | + |
| 84 | +##### Articles |
| 85 | + |
| 86 | +##### Solutions |
| 87 | + |
| 88 | +- [Introducing the API for Bulk Updating Custom User Profile Properties for SharePoint Online](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/bulk-user-profile-update-api-for-sharepoint-online) |
| 89 | + |
| 90 | +##### Samples |
| 91 | + |
| 92 | +- [Use Azure RedisCache to Cache Office 365 User Profile Information in an Office 365 Add-in](https://github.com/SharePoint/PnP/tree/master/Samples/AzureAD.RedisCacheUserProfile) |
0 commit comments