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": [ "81bd6e97-5c77-4c95-b497-695c0dcf4bab", "5de43a14-6808-4f16-98d2-97abcad67982" ], "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": "b7d35e69-5267-4467-8316-cf8e3b2a5868", "Office365Id": "1c3cce80-04ce-4bbb-af12-9a8d7205b7a9", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "bcb9846f-bac9-48da-aaa3-56ab60d62b7e", "LastLogin": "2025-07-11T10:08:36.8684227+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "38ff5321-d7e0-47d0-8790-d5b022a9d46f", "c8235158-db5c-4cd8-a29b-507f6ed81a59" ], "Notifications": { "AllNotifications": true, "Notifications": [ "3bd9f763-4fca-4c00-bb32-30db32c720e1", "63e7b4da-8fc0-4f45-a705-a8216129302c" ] }, "id": "12922951-29e9-4289-b75f-d616ab95f4d1", "ConfigId": "9458ba24-115c-4e2c-9257-ab8e32b56a43" }, { "userid": "b7d35e69-5267-4467-8316-cf8e3b2a5868", "Office365Id": "1c3cce80-04ce-4bbb-af12-9a8d7205b7a9", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "bcb9846f-bac9-48da-aaa3-56ab60d62b7e", "LastLogin": "2025-07-11T10:08:36.8684227+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "38ff5321-d7e0-47d0-8790-d5b022a9d46f", "c8235158-db5c-4cd8-a29b-507f6ed81a59" ], "Notifications": { "AllNotifications": true, "Notifications": [ "3bd9f763-4fca-4c00-bb32-30db32c720e1", "63e7b4da-8fc0-4f45-a705-a8216129302c" ] }, "id": "12922951-29e9-4289-b75f-d616ab95f4d1", "ConfigId": "9458ba24-115c-4e2c-9257-ab8e32b56a43" } ]