POST api/UserPermission

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userPermission
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "90bb4d9e-c87f-4e79-981c-dc3b489397b4",
  "UserEmail": "sample string 3",
  "Permissions": "sample string 4",
  "CompanyId": "f47777f5-1826-4a6d-8e46-00776621bbfb",
  "TenantId": "sample string 6",
  "CreatedAt": "2025-11-05T21:51:38.5612938+00:00",
  "UpdateAt": "2025-11-05T21:51:38.5612938+00:00",
  "Status": "sample string 9"
}

application/xml, text/xml

Sample:
<EdgeUserPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <CompanyId>f47777f5-1826-4a6d-8e46-00776621bbfb</CompanyId>
  <CreatedAt>2025-11-05T21:51:38.5612938+00:00</CreatedAt>
  <Id>1</Id>
  <Permissions>sample string 4</Permissions>
  <Status>sample string 9</Status>
  <TenantId>sample string 6</TenantId>
  <UpdateAt>2025-11-05T21:51:38.5612938+00:00</UpdateAt>
  <UserEmail>sample string 3</UserEmail>
  <UserId>90bb4d9e-c87f-4e79-981c-dc3b489397b4</UserId>
</EdgeUserPermission>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EdgeUserPermission'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.