POST api/group/bulkreassignownership

Bulk reassign Group ownership

Request Information

URI Parameters

None.

Body Parameters

BulkReassignGroupOwnershipCommandDataContract
NameDescriptionTypeAdditional information
TeamGroupId

integer

None.

BranchId

integer

None.

GroupIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BulkReassignGroupOwnershipCommandDataContract'.

application/json, text/json

Sample:
{
  "TeamGroupId": 1,
  "BranchId": 2,
  "GroupIds": [
    1,
    2
  ]
}

Response Information

Resource Description

JobInvocationDetailsDataContract
NameDescriptionTypeAdditional 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
}