AddEnterpriseGroupMemberToTaskGroup
Adds a member of an enterprise service group to a task group.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
support-plan:AddEnterpriseGroupMemberToTaskGroup |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
Yes |
The unique identifier of the enterprise service group member. Get this value from List enterprise service group members. |
PtWoW82DJI1zcTwsT98kLIgAj7kfASzfC6StcpV7hKs= |
| TaskOrderId |
string |
Yes |
The task order ID. Get this value from List task orders. |
E240815B72K5D3 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
result |
||
| RequestId |
string |
The ID of the API request. |
43135C31-E47A-5AD7-A693-6DC635201CE4 |
| Success |
boolean |
Indicates whether the API request succeeded. |
true |
| Message |
string |
A description of the API request. |
ok |
| Code |
string |
The status code. |
200 |
| Data |
string |
Indicates whether the enterprise service group member was successfully added to the task group. |
true |
Examples
Success response
JSON format
{
"RequestId": "43135C31-E47A-5AD7-A693-6DC635201CE4",
"Success": true,
"Message": "ok",
"Code": "200",
"Data": "true"
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.