SaaS Automation
  1. Microsoft
SaaS Automation
Inbox Automation
  • Ping
  • Inbox Automation
  • Content Automation
  • Business Info
  • How to Set-up Domains on Google
  • How to Set-up Domains on Microsoft
  • Cloudflare
    • Adding Domain
      POST
    • Adding DNS Record
      POST
    • Domain Forwarding
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  • Microsoft
    • Adding Domain
      POST
    • Adding User
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  • Google
    • Adding User
      POST
    • Adding Domain
      POST
    • Saving Credentials
      POST
    • Fetching Credentials
      GET
  1. Microsoft

Adding User

POST
https://api.saasautomation.link/inbox/microsoft/user

Request

Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json

Example
{
   "data":{
      "domains":"kinge.io",
      "accountInitials":"pp",
      "displayName":"prasad",
      "nickName":"mars",
      "password":"password@123",
      "usageLocation":"USA",
      "skuID":"87324nt90237yt",
      "microsoft": {
            "tenantID":"B8YG786R878-B87T867BTNI8OM98_8NYO",
            "clientID":"BUYG-876GT867-BT67BN",
            "clientSecret":"GIUYVGIBYiuygoiub-hibkguo_~kjbill"
       }
   }
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.saasautomation.link/inbox/microsoft/user' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
   "data":{
      "domains":"kinge.io",
      "accountInitials":"pp",
      "displayName":"prasad",
      "nickName":"mars",
      "password":"password@123",
      "usageLocation":"USA",
      "skuID":"87324nt90237yt",
      "microsoft": {
            "tenantID":"B8YG786R878-B87T867BTNI8OM98_8NYO",
            "clientID":"BUYG-876GT867-BT67BN",
            "clientSecret":"GIUYVGIBYiuygoiub-hibkguo_~kjbill"
       }
   }
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2023-11-02 08:56:54
Previous
Adding Domain
Next
Saving Credentials
Built with