POST api/resources?ForceO365={ForceO365}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ForceO365

boolean

Default value is False

Body Parameters

ResourceRequest
NameDescriptionTypeAdditional information
Resource

ResourceReq

None.

Request Formats

application/json, text/json

Sample:
{
  "Resource": {
    "Name": "sample string 1",
    "Generic": true,
    "Mail": "sample string 3",
    "Office365Id": "68f2392b-8c5f-4dab-b8ae-20313f0a74a2",
    "UserId": "d4ab6d04-1e45-4141-bf50-0b0e1142bfc5",
    "UserOnly": true,
    "OnePlanSecurityGroup": "dab19107-1ecb-427c-afaa-09f932885d81",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    }
  }
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}