office365api - Office365 automation with own portal -


i'm trying grip of what's needed integrating office365 our existing portal. parts i'm after are:

  • create new customer account (provider -> customer -> users)
    • the account company (that can manage own user accounts)
  • suspend account (customer account)
  • delete account (customer account, release licenses)
  • get statistics such number of user accounts under each customer account, mailbox sizes etc.

my thought customer manage accounts regarding users etc through csp portal , in our own portal there statistics , costs dashboards (we invoice customers usage).

so, need information scenario.

  • is possible? (i've seen other integration guess yes).
  • what rest api used (most o365 api seems customer perspective, not provider perspective)
  • is there way free development environment/sandbox such case? how?

(i've tried reach out these questions in microsoft forums no answers.)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -