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": "d4ecb0bb-36b1-4a4f-860f-b332c777dcd2",
    "UserId": "3c19388a-4910-4421-af6c-9e795f8e24d8",
    "UserOnly": true,
    "OnePlanSecurityGroup": "b73aec71-092c-4e92-8894-84c0eaf6bab1",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    }
  }
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}