Does Microsoft offer any API to create Office 365 accounts, set subdomains, set signatures, delete accounts...?

fjalcarazp02 1 Reputation point
2021-11-05T11:45:36.103+00:00

Does Microsoft offer any API to create Office 365 accounts, set subdomains, set signatures, delete accounts...? I saw Microsoft Graph API but It doesn't offer these features.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Danstan Onyango 3,741 Reputation points Microsoft Employee
    2021-11-08T10:01:07.353+00:00

    Microsoft Graph API is the API that gives you access to Microsoft 365 (Formerly Office 365). From your description:

    1. Creating office 365 accounts can be done through Graph API if the subscription comes with an Azure AD subscription.
    2. Deleting accounts would also be possible through Graph because you can remove licenses and even delete accounts through Graph API.

    You can state what Microsoft 365 (Formerly Office 365) plan you are one to get a better answer.
    The other actions like set signatures will depend on the M365 service you want to set that on. Graph is a gateway so features have to be supported by the target M365 service.

    0 comments No comments