Ms365
Retrieve details of global Microsoft 365 settings.
Authorizations
Responses
200
OK
application/json
4XX
Error
get
GET /api/admin/ms365 HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"national_cloud": "GLOBAL",
"directory_id": "text",
"application_id": "text",
"redirect_uri": "text",
"sbc_redirect_uri": "text"
}
Update global Microsoft 365 settings.
Authorizations
Body
national_cloudstring · enumOptionalDefault:
The Microsoft cloud services are available in several separate national clouds.
These national cloud versions are physical and logical network-isolated instances of Microsoft enterprise cloud services
that are confined within the geographic borders of specific countries and operated by local personnel.
Can be either:
GLOBAL
: Azure global service.CHINA
: Azure China service.
GLOBAL
Possible values: directory_idstringOptional
The Directory ID (Tenant ID) of Microsoft identity platform.
application_idstringOptional
The Application (client) ID of Azure AD.
Responses
200
OK
4XX
Error
post
POST /api/admin/ms365 HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 73
{
"national_cloud": "GLOBAL",
"directory_id": "text",
"application_id": "text"
}
No content