POST api/resources/bulk-update
Request Information
URI Parameters
None.
Body Parameters
ResourceCenterBulkUpdateRequest| Name | 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": [
"23177d9e-3b86-4a8d-bc81-d4d4acd40e0a",
"dcbed7f0-14be-4852-b6b3-dd1e426a1cf3"
],
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
Response Information
Resource Description
Collection of Resource| Name | 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. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "6d417270-9d83-4b6c-b5b2-d5b9e23a1bfc",
"Office365Id": "855ef38a-7c3b-4064-8db7-315095db2add",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0001a06c-e00c-47c2-a92f-ccc578061c7d",
"LastLogin": "2025-12-03T13:10:05.5667167+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"89fc2a9d-dc78-4406-9b5d-6f0cb5c9b2bd",
"db5ab3ea-bf65-454c-a6c2-f4f68c108808"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"454223c6-f330-4fb1-ae03-46a5008beac5",
"8fc06b09-08c4-4de4-accb-65d7a0ae9ea0"
]
},
"Created": "2025-12-03T13:10:05.5667167+00:00",
"Modified": "2025-12-03T13:10:05.5667167+00:00",
"Author": "00bd6244-a216-44cd-ac9b-d85c838428e7",
"Editor": "5eb7ca70-a25d-49cc-b313-d76a6d4b2d89",
"CostRate": [
{
"Id": "a4165189-7371-4e60-88ef-0f9ad9089496",
"StartDate": "2025-12-03T13:10:05.5667167+00:00",
"EndDate": "2025-12-03T13:10:05.5667167+00:00",
"Cost": 4.0
},
{
"Id": "a4165189-7371-4e60-88ef-0f9ad9089496",
"StartDate": "2025-12-03T13:10:05.5667167+00:00",
"EndDate": "2025-12-03T13:10:05.5667167+00:00",
"Cost": 4.0
}
],
"id": "18600ddc-ffe6-4705-bbf6-73e8546b4039",
"ConfigId": "dca01e4a-6508-4e25-a2a9-41da4ec78bd6"
},
{
"userid": "6d417270-9d83-4b6c-b5b2-d5b9e23a1bfc",
"Office365Id": "855ef38a-7c3b-4064-8db7-315095db2add",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0001a06c-e00c-47c2-a92f-ccc578061c7d",
"LastLogin": "2025-12-03T13:10:05.5667167+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"89fc2a9d-dc78-4406-9b5d-6f0cb5c9b2bd",
"db5ab3ea-bf65-454c-a6c2-f4f68c108808"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"454223c6-f330-4fb1-ae03-46a5008beac5",
"8fc06b09-08c4-4de4-accb-65d7a0ae9ea0"
]
},
"Created": "2025-12-03T13:10:05.5667167+00:00",
"Modified": "2025-12-03T13:10:05.5667167+00:00",
"Author": "00bd6244-a216-44cd-ac9b-d85c838428e7",
"Editor": "5eb7ca70-a25d-49cc-b313-d76a6d4b2d89",
"CostRate": [
{
"Id": "a4165189-7371-4e60-88ef-0f9ad9089496",
"StartDate": "2025-12-03T13:10:05.5667167+00:00",
"EndDate": "2025-12-03T13:10:05.5667167+00:00",
"Cost": 4.0
},
{
"Id": "a4165189-7371-4e60-88ef-0f9ad9089496",
"StartDate": "2025-12-03T13:10:05.5667167+00:00",
"EndDate": "2025-12-03T13:10:05.5667167+00:00",
"Cost": 4.0
}
],
"id": "18600ddc-ffe6-4705-bbf6-73e8546b4039",
"ConfigId": "dca01e4a-6508-4e25-a2a9-41da4ec78bd6"
}
]