POST api/resources/bulk-update
Request Information
URI Parameters
None.
Body Parameters
ResourceCenterBulkUpdateRequestName | Description | Type | Additional information |
---|---|---|---|
ResourceIds |
A collection of resource ids |
Collection of globally unique identifier |
None. |
Fields |
Key-value pairs of fields |
Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "ResourceIds": [ "1ccaa22d-f9ca-4233-b873-02066e06cedc", "4c3d005a-9043-43d7-a215-05243c9bbdc5" ], "Fields": { "sample string 1": {}, "sample string 3": {} } }
Response Information
Resource Description
Collection of ResourceName | Description | Type | Additional 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": "fe2f9d13-c43c-4e7a-93d4-6a4523348cf9", "Office365Id": "f517a7f2-7ffc-4d18-b796-1bfb52ff90ed", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "16391dd2-3fa1-4676-aa64-9c6c270b1056", "LastLogin": "2025-04-04T02:30:34.2314209+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "9bb244cf-1120-4eeb-80b9-323dffa9689f", "ed8d42e1-eabe-453f-b697-36b46c9e9574" ], "Notifications": { "AllNotifications": true, "Notifications": [ "27eb1067-a580-45dd-98f8-7572d0e8f1b1", "b84a3c5f-4b2c-4259-aebd-3b8a305f2e47" ] }, "id": "115da01e-995e-4b76-949c-0c3a65610dc4", "ConfigId": "e0a4e26a-321f-40f2-9336-09da17d1e899" }, { "userid": "fe2f9d13-c43c-4e7a-93d4-6a4523348cf9", "Office365Id": "f517a7f2-7ffc-4d18-b796-1bfb52ff90ed", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "16391dd2-3fa1-4676-aa64-9c6c270b1056", "LastLogin": "2025-04-04T02:30:34.2314209+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "9bb244cf-1120-4eeb-80b9-323dffa9689f", "ed8d42e1-eabe-453f-b697-36b46c9e9574" ], "Notifications": { "AllNotifications": true, "Notifications": [ "27eb1067-a580-45dd-98f8-7572d0e8f1b1", "b84a3c5f-4b2c-4259-aebd-3b8a305f2e47" ] }, "id": "115da01e-995e-4b76-949c-0c3a65610dc4", "ConfigId": "e0a4e26a-321f-40f2-9336-09da17d1e899" } ]