POST api/group/bulkreassignownership
Bulk reassign Group ownership
Request Information
URI Parameters
None.
Body Parameters
BulkReassignGroupOwnershipCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamGroupId | integer |
None. |
|
| BranchId | integer |
None. |
|
| GroupIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{
"TeamGroupId": 1,
"BranchId": 2,
"GroupIds": [
1,
2
]
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "ab54079c-ca83-44be-aa8b-767088060bed",
"Success": true
}