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": [
"2d124072-2433-45b3-a1d4-e6daec4e0e60",
"4c28b9e3-461e-461a-aaa5-b435735d82d7"
],
"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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"userid": "0adf432c-cf35-4328-a0c7-c1ec34e922a7",
"Office365Id": "42f03c9a-e34c-4f59-b752-3be34c539274",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "45f92be7-1974-4074-ac61-7dba3c62c90a",
"LastLogin": "2026-04-30T16:34:28.1621208+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"90f11842-fb15-418f-a05f-156b4030a5b7",
"e2f3e1c6-101b-4e9a-a63d-a0fb79e20665"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"eaf435c5-c70b-4d9c-af1c-ca66e305ec95",
"7cb90459-1a2d-4b05-b999-38b8c295a7db"
]
},
"Created": "2026-04-30T16:34:28.1621208+00:00",
"Modified": "2026-04-30T16:34:28.1621208+00:00",
"Author": "9dce9859-f287-4930-9a76-e12b72d4fcfd",
"Editor": "f4506490-b732-46b1-a5ed-1bb023db658f",
"CostRate": [
{
"Id": "7fe4d500-935a-46da-8813-bf831c0b12bd",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Cost": 4.0
},
{
"Id": "7fe4d500-935a-46da-8813-bf831c0b12bd",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6c962eab-890c-4739-9261-21a3e9c120bc",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Rate": 4.0
},
{
"Id": "6c962eab-890c-4739-9261-21a3e9c120bc",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Rate": 4.0
}
],
"id": "4e091dbe-2154-46ac-a951-a2737528bde6",
"ConfigId": "755b299a-545c-469b-b8a6-be00fa13ce7d"
},
{
"userid": "0adf432c-cf35-4328-a0c7-c1ec34e922a7",
"Office365Id": "42f03c9a-e34c-4f59-b752-3be34c539274",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "45f92be7-1974-4074-ac61-7dba3c62c90a",
"LastLogin": "2026-04-30T16:34:28.1621208+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"90f11842-fb15-418f-a05f-156b4030a5b7",
"e2f3e1c6-101b-4e9a-a63d-a0fb79e20665"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"eaf435c5-c70b-4d9c-af1c-ca66e305ec95",
"7cb90459-1a2d-4b05-b999-38b8c295a7db"
]
},
"Created": "2026-04-30T16:34:28.1621208+00:00",
"Modified": "2026-04-30T16:34:28.1621208+00:00",
"Author": "9dce9859-f287-4930-9a76-e12b72d4fcfd",
"Editor": "f4506490-b732-46b1-a5ed-1bb023db658f",
"CostRate": [
{
"Id": "7fe4d500-935a-46da-8813-bf831c0b12bd",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Cost": 4.0
},
{
"Id": "7fe4d500-935a-46da-8813-bf831c0b12bd",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6c962eab-890c-4739-9261-21a3e9c120bc",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Rate": 4.0
},
{
"Id": "6c962eab-890c-4739-9261-21a3e9c120bc",
"StartDate": "2026-04-30T16:34:28.1621208+00:00",
"EndDate": "2026-04-30T16:34:28.1621208+00:00",
"Rate": 4.0
}
],
"id": "4e091dbe-2154-46ac-a951-a2737528bde6",
"ConfigId": "755b299a-545c-469b-b8a6-be00fa13ce7d"
}
]