POST api/Groups/SaveUserGroup
Request Information
URI Parameters
None.
Body Parameters
SaveUserGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGroupId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserGroupId": "643e98e9-7ab4-45fe-873e-fd67b9750cd4",
"GroupId": "ba8051d9-b254-44ba-87f9-b7d337c2bd11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.