Skip to main content

Posts

Showing posts from March, 2015

Microsoft Azure Active Directory Graph API

Got chance to work with Microsoft Azure Active Directory Graph API (api-version=1.5) to manage users, groups, licenses management etc. few of the things that I should mention here which could save a developer time to code. Azure Portal UI and Graph API object properties mapping; WORK INFO: JOB TITLE  : jobTitle DEPARTMENT : department OFFICE NUMBER: physicalDeliveryOfficeNumber OFFICE PHONE:telephoneNumber MOBILE:mobile [ a single space between country code and mobile number] STREET ADDRESS:streetAddress CITY:city STATE OR PROVINCE:state ZIP OR POSTAL CODE: COUNTRY OR REGION:country ALLOW THE USER TO SIGN IN AND ACCESS SERVICES? Account Enabled = false( INACTIVE), true(ACTIVE)  // LICENSE INFO: EXCHANGE_S_STANDARD - Exchange Online (Plan 2) MCOSTANDARD - Lync Online (Plan 2) SHAREPOINTENTERPRISE - SharePoint Online (Plan 2) SHAREPOINTWAC - Office Online OFFICESUBSCRIPTION - Office ProPlus RMS_S_ENTERPRISE - Azure Active Directory Rights Manageme