I’d like to programatically create a tenant user (using registered application creds).
I can do this by hitting https://graph.microsoft.com/v1.0/users
(as described here https://learn.microsoft.com/en-us/graph/api/user-post-users ).
This works. I’ve done it. Great.
I’m assuming I can use “@microsoft/microsoft-graph-client” to do the same thing. https://www.npmjs.com/package/@microsoft/microsoft-graph-client
Is there an “@azure” npm module that can do the same thing? Like this one: https://www.npmjs.com/package/@azure/arm-resources
I’ve been calling these “@azure” modules by the name “sdk modules.” I don’t know if that’s the terminology of if there’s a better one.
From what I can tell, there is no “@azure” module to do this. If that’s so, I don’t really understand which capabilities exist in graph API and which exist in “@azure” modules and which are in both. Any clarification would be appreciated.
Robert Ledesma is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.