POST api/APIGroupPermission
Create APIGroupPermission objects
Request Information
Request body formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "Is_Internal_Admin": true, "Is_External_Admin": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }
Response Information
Response body formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "Is_Internal_Admin": true, "Is_External_Admin": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }