GET api/resources?email={email}&field={field}&value={value}&Generics={Generics}

Get resources

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Default value is

field

string

Default value is

value

string

Default value is

Generics

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of Resource
NameDescriptionTypeAdditional information
userid

globally unique identifier

None.

Office365Id

globally unique identifier

None.

ProfilePicture

string

None.

Generic

boolean

None.

Inactive

boolean

None.

CanLogin

boolean

None.

UserOnly

boolean

None.

name

string

None.

GlobalPermissions

OnePlanLevel

None.

OnePlanSecurityGroup

globally unique identifier

None.

LastLogin

date

None.

Fields

Dictionary of string [key] and Object [value]

None.

TimeZone

string

None.

ExternalId

string

None.

Delegates

Collection of globally unique identifier

None.

Notifications

ResourceNotifications

None.

id

globally unique identifier

None.

ConfigId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "userid": "9d7792e3-dbfb-431e-ab88-484b3f2da3bc",
    "Office365Id": "fcc19947-4ad4-4eba-ad0c-e90d8ac49b55",
    "ProfilePicture": "sample string 3",
    "Generic": true,
    "Inactive": true,
    "CanLogin": true,
    "UserOnly": true,
    "name": "sample string 8",
    "GlobalPermissions": 0,
    "OnePlanSecurityGroup": "62f8acda-56da-48f4-b428-df0265a89884",
    "LastLogin": "2024-10-18T08:40:21.1858736+00:00",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "TimeZone": "sample string 11",
    "ExternalId": "sample string 12",
    "Delegates": [
      "b13ba9ea-b770-4c02-be29-d482989b5d01",
      "769b6e25-be10-4a1e-98a4-6d01148c05a4"
    ],
    "Notifications": {
      "AllNotifications": true,
      "Notifications": [
        "89e5278c-f3a5-41db-ba34-413e2c6d6a6d",
        "fc176e34-4284-4be2-97ee-3a7d91532e07"
      ]
    },
    "id": "705c40db-f34c-4741-a74b-3e5312858c2e",
    "ConfigId": "79f7252d-a0d8-4964-a1b3-7a771182f4eb"
  },
  {
    "userid": "9d7792e3-dbfb-431e-ab88-484b3f2da3bc",
    "Office365Id": "fcc19947-4ad4-4eba-ad0c-e90d8ac49b55",
    "ProfilePicture": "sample string 3",
    "Generic": true,
    "Inactive": true,
    "CanLogin": true,
    "UserOnly": true,
    "name": "sample string 8",
    "GlobalPermissions": 0,
    "OnePlanSecurityGroup": "62f8acda-56da-48f4-b428-df0265a89884",
    "LastLogin": "2024-10-18T08:40:21.1858736+00:00",
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "TimeZone": "sample string 11",
    "ExternalId": "sample string 12",
    "Delegates": [
      "b13ba9ea-b770-4c02-be29-d482989b5d01",
      "769b6e25-be10-4a1e-98a4-6d01148c05a4"
    ],
    "Notifications": {
      "AllNotifications": true,
      "Notifications": [
        "89e5278c-f3a5-41db-ba34-413e2c6d6a6d",
        "fc176e34-4284-4be2-97ee-3a7d91532e07"
      ]
    },
    "id": "705c40db-f34c-4741-a74b-3e5312858c2e",
    "ConfigId": "79f7252d-a0d8-4964-a1b3-7a771182f4eb"
  }
]