POST api/UserPermission
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userPermission | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": "25e59f0b-648b-49af-adb8-6d2446535ccd", "UserEmail": "sample string 3", "Permissions": "sample string 4", "CompanyId": "3bb57028-af68-4269-a9ee-e67ad882be12", "TenantId": "sample string 6", "CreatedAt": "2025-05-09T19:19:06.005682+00:00", "UpdateAt": "2025-05-09T19:19:06.005682+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>3bb57028-af68-4269-a9ee-e67ad882be12</CompanyId> <CreatedAt>2025-05-09T19:19:06.005682+00:00</CreatedAt> <Id>1</Id> <Permissions>sample string 4</Permissions> <Status>sample string 9</Status> <TenantId>sample string 6</TenantId> <UpdateAt>2025-05-09T19:19:06.005682+00:00</UpdateAt> <UserEmail>sample string 3</UserEmail> <UserId>25e59f0b-648b-49af-adb8-6d2446535ccd</UserId> </EdgeUserPermission>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.