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 Management
YAMMER_ENTERPRISE - Yammer
Azure Portal Organizational ROLE and Graph API Role Mapping:
"Global Administrator" = "Company Administrator"
"Billing Administrator" = "Billing Administrator"
"Service Administrator" = "Service Support Administrator"
"User Administrator" = "User Account Administrator"
"Password Administrator" = "Helpdesk Administrator"
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 Management
YAMMER_ENTERPRISE - Yammer
Azure Portal Organizational ROLE and Graph API Role Mapping:
"Global Administrator" = "Company Administrator"
"Billing Administrator" = "Billing Administrator"
"Service Administrator" = "Service Support Administrator"
"User Administrator" = "User Account Administrator"
"Password Administrator" = "Helpdesk Administrator"
Comments