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": [
"3d0656a5-a362-4e2b-9b21-04469b1fc7f4",
"6a6cf737-b18a-450d-96f3-0d3b1beb965f"
],
"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": "42658332-8491-4ee6-a593-93c9015852f9",
"Office365Id": "c3c63290-4bee-41b4-adc6-d8c0bc57cdd2",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6b219331-9d0e-4833-9acf-260fea582272",
"LastLogin": "2026-02-01T14:07:35.5129999+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8a857fa1-6f25-443b-9687-b5bb9cff6fb4",
"1679d380-4d70-415b-9045-7f9ea5390dda"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"73947c6a-5609-42b2-827b-4bf5494de3eb",
"200f64a6-eb90-45bc-a0f0-0d3a220ee500"
]
},
"Created": "2026-02-01T14:07:35.5129999+00:00",
"Modified": "2026-02-01T14:07:35.5129999+00:00",
"Author": "823327df-ed12-4a8f-9a47-41cba07415e1",
"Editor": "12b2a6fb-c1aa-4abe-9588-cd88492cdd32",
"CostRate": [
{
"Id": "5805f642-515d-4fd2-8814-04cacba77318",
"StartDate": "2026-02-01T14:07:35.5129999+00:00",
"EndDate": "2026-02-01T14:07:35.5129999+00:00",
"Cost": 4.0
},
{
"Id": "5805f642-515d-4fd2-8814-04cacba77318",
"StartDate": "2026-02-01T14:07:35.5129999+00:00",
"EndDate": "2026-02-01T14:07:35.5129999+00:00",
"Cost": 4.0
}
],
"id": "40a99420-ee8f-4bf1-94a9-b8f7d99ea077",
"ConfigId": "73c81f67-07ed-4656-bc88-982f9745c8b5"
},
{
"userid": "42658332-8491-4ee6-a593-93c9015852f9",
"Office365Id": "c3c63290-4bee-41b4-adc6-d8c0bc57cdd2",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "6b219331-9d0e-4833-9acf-260fea582272",
"LastLogin": "2026-02-01T14:07:35.5129999+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"8a857fa1-6f25-443b-9687-b5bb9cff6fb4",
"1679d380-4d70-415b-9045-7f9ea5390dda"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"73947c6a-5609-42b2-827b-4bf5494de3eb",
"200f64a6-eb90-45bc-a0f0-0d3a220ee500"
]
},
"Created": "2026-02-01T14:07:35.5129999+00:00",
"Modified": "2026-02-01T14:07:35.5129999+00:00",
"Author": "823327df-ed12-4a8f-9a47-41cba07415e1",
"Editor": "12b2a6fb-c1aa-4abe-9588-cd88492cdd32",
"CostRate": [
{
"Id": "5805f642-515d-4fd2-8814-04cacba77318",
"StartDate": "2026-02-01T14:07:35.5129999+00:00",
"EndDate": "2026-02-01T14:07:35.5129999+00:00",
"Cost": 4.0
},
{
"Id": "5805f642-515d-4fd2-8814-04cacba77318",
"StartDate": "2026-02-01T14:07:35.5129999+00:00",
"EndDate": "2026-02-01T14:07:35.5129999+00:00",
"Cost": 4.0
}
],
"id": "40a99420-ee8f-4bf1-94a9-b8f7d99ea077",
"ConfigId": "73c81f67-07ed-4656-bc88-982f9745c8b5"
}
]