POST api/UserGroup/AddUserGroup
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "IsActive": true, "DateCreated": "2025-04-11T01:41:44.4387357-07:00", "Users": [ { "$id": "2", "Id": "sample string 1", "FullName": "sample string 2", "PhotoPath": "sample string 3", "Department": "sample string 4", "Gender": "sample string 5", "TeamId": 6, "TeamName": "sample string 7", "HireDate": "2025-04-11T01:41:44.4387357-07:00", "Salary": 9.1, "TotalSales": 10, "IsActive": true, "Email": "sample string 12", "PhoneNumber": "sample string 13", "UserName": "sample string 14" }, { "$ref": "2" }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.