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": "a0f4f7f1-e546-4c2b-a65f-a3255bb1d3a1",
    "UserId": "a49e4c1e-ef21-4a9b-8516-aeda43e42fb3",
    "UserOnly": true,
    "OnePlanSecurityGroup": "5419d8b3-f12b-4654-9201-ddb0e973be87",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    }
  }
}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}