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": "e1fcc165-47e4-41fc-a1c8-8d2294570b11",
  "UserEmail": "sample string 3",
  "Permissions": "sample string 4",
  "CompanyId": "37fa2d13-d959-4de1-994b-b82da578ed7d",
  "TenantId": "sample string 6",
  "CreatedAt": "2026-02-04T02:34:47.0297867+00:00",
  "UpdateAt": "2026-02-04T02:34:47.0297867+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>37fa2d13-d959-4de1-994b-b82da578ed7d</CompanyId>
  <CreatedAt>2026-02-04T02:34:47.0297867+00:00</CreatedAt>
  <Id>1</Id>
  <Permissions>sample string 4</Permissions>
  <Status>sample string 9</Status>
  <TenantId>sample string 6</TenantId>
  <UpdateAt>2026-02-04T02:34:47.0297867+00:00</UpdateAt>
  <UserEmail>sample string 3</UserEmail>
  <UserId>e1fcc165-47e4-41fc-a1c8-8d2294570b11</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.