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": [ "f4ae6565-94c0-4a60-92d1-010c693cfccb", "92920cfb-5bde-4afe-9bdc-17f1bad692b2" ], "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. |
|
Created | date |
None. |
|
Modified | date |
None. |
|
Author | globally unique identifier |
None. |
|
Editor | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "userid": "245e85e3-2f06-43f9-acc1-d6089c839fa3", "Office365Id": "292013f4-a267-4c8e-bfb7-ffe6bba8c91d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b045a39c-f75e-492e-9320-7fee663624b0", "LastLogin": "2025-10-19T09:05:09.4395687+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "022b91db-8917-40d5-a3eb-79f3f9737e69", "b9e3bec1-5fa7-475d-ab59-179e89d4cf20" ], "Notifications": { "AllNotifications": true, "Notifications": [ "c0cafb67-1c06-4a17-bc4d-0cf33c03962d", "5aa55f9e-1a01-4d19-9477-09fa3976f10d" ] }, "Created": "2025-10-19T09:05:09.4395687+00:00", "Modified": "2025-10-19T09:05:09.4395687+00:00", "Author": "83d59963-8c61-410e-bf5b-fb7d3b60ec52", "Editor": "25c00dd6-9200-4711-b380-f47317c91ef3", "id": "1fed1b59-62e3-46f2-9cbe-3ae355acd70e", "ConfigId": "35acf33b-c8df-41a4-bf7d-ae8fd123da2b" }, { "userid": "245e85e3-2f06-43f9-acc1-d6089c839fa3", "Office365Id": "292013f4-a267-4c8e-bfb7-ffe6bba8c91d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b045a39c-f75e-492e-9320-7fee663624b0", "LastLogin": "2025-10-19T09:05:09.4395687+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "022b91db-8917-40d5-a3eb-79f3f9737e69", "b9e3bec1-5fa7-475d-ab59-179e89d4cf20" ], "Notifications": { "AllNotifications": true, "Notifications": [ "c0cafb67-1c06-4a17-bc4d-0cf33c03962d", "5aa55f9e-1a01-4d19-9477-09fa3976f10d" ] }, "Created": "2025-10-19T09:05:09.4395687+00:00", "Modified": "2025-10-19T09:05:09.4395687+00:00", "Author": "83d59963-8c61-410e-bf5b-fb7d3b60ec52", "Editor": "25c00dd6-9200-4711-b380-f47317c91ef3", "id": "1fed1b59-62e3-46f2-9cbe-3ae355acd70e", "ConfigId": "35acf33b-c8df-41a4-bf7d-ae8fd123da2b" } ]