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": "e88eaadd-f5ff-46b1-9926-0dae97111a4a",
"GroupId": "a7ee65b3-ccff-476c-8d4a-31fbeccc168f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.