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": [ "cdd8414d-c18c-49cb-8dd0-464a3a059702", "d20ddbae-212e-4f51-ae5f-29f22ebb1baa" ], "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": "5e3184cd-adf6-4109-b3d7-2138bf161502", "Office365Id": "3fad7ace-a406-47c0-9b58-802ef8c0f462", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "9ef9e650-2a37-4789-aec5-ff0f2262b77a", "LastLogin": "2025-05-23T20:07:17.5872396+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "8f29ad68-11f4-4964-9802-86d3c0172f71", "5c548c2b-a40b-489f-aab3-177a81244a7c" ], "Notifications": { "AllNotifications": true, "Notifications": [ "bd05ebed-ece4-4dd5-8ec5-21e9f356f874", "858a38bf-55f0-4803-8e99-90f5d16d0bc2" ] }, "id": "64725fe5-3137-4b90-aec6-f00ce8e2e2f4", "ConfigId": "2b6abf70-2b55-4d88-a0a4-871c6dceac20" }, { "userid": "5e3184cd-adf6-4109-b3d7-2138bf161502", "Office365Id": "3fad7ace-a406-47c0-9b58-802ef8c0f462", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "9ef9e650-2a37-4789-aec5-ff0f2262b77a", "LastLogin": "2025-05-23T20:07:17.5872396+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "8f29ad68-11f4-4964-9802-86d3c0172f71", "5c548c2b-a40b-489f-aab3-177a81244a7c" ], "Notifications": { "AllNotifications": true, "Notifications": [ "bd05ebed-ece4-4dd5-8ec5-21e9f356f874", "858a38bf-55f0-4803-8e99-90f5d16d0bc2" ] }, "id": "64725fe5-3137-4b90-aec6-f00ce8e2e2f4", "ConfigId": "2b6abf70-2b55-4d88-a0a4-871c6dceac20" } ]