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": "2c80467f-5e6f-47b7-a4a7-a22faf84fcfa",
"GroupId": "d16a7f28-cd2e-476c-813c-98b5c828869d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.