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": [ "b7f4b1ad-935f-4781-8cef-970ab6f7a6e4", "ed206884-cb28-45f5-9fe1-6390b7a6ba0e" ], "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": "01b489bb-2b0c-479d-abc7-231971ce5491", "Office365Id": "b68ad1df-1694-4e80-b6fb-b468d81c8873", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "e731a844-8729-4068-adc4-312730298756", "LastLogin": "2025-09-03T17:58:36.9509082+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "4dfcc8f1-5697-422d-99c0-48bef04de4f5", "3dc606c5-6af1-4e65-a041-9a1b75fabd50" ], "Notifications": { "AllNotifications": true, "Notifications": [ "6e9c25e3-197c-460b-bf43-7c03f50476b1", "956ba952-1b6e-4f2a-965f-e9bf8290de42" ] }, "id": "5aa8861b-aa5b-4056-b36a-22e6ec077116", "ConfigId": "4eb90964-c7a8-4ce7-aff1-8cf53a5b6387" }, { "userid": "01b489bb-2b0c-479d-abc7-231971ce5491", "Office365Id": "b68ad1df-1694-4e80-b6fb-b468d81c8873", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "e731a844-8729-4068-adc4-312730298756", "LastLogin": "2025-09-03T17:58:36.9509082+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "4dfcc8f1-5697-422d-99c0-48bef04de4f5", "3dc606c5-6af1-4e65-a041-9a1b75fabd50" ], "Notifications": { "AllNotifications": true, "Notifications": [ "6e9c25e3-197c-460b-bf43-7c03f50476b1", "956ba952-1b6e-4f2a-965f-e9bf8290de42" ] }, "id": "5aa8861b-aa5b-4056-b36a-22e6ec077116", "ConfigId": "4eb90964-c7a8-4ce7-aff1-8cf53a5b6387" } ]