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": "0747bf97-2e3a-4e57-bcc5-484da8d7e00d", "UserEmail": "sample string 3", "Permissions": "sample string 4", "CompanyId": "7f899fb5-9487-47c6-8a4a-e0987a3da10c", "TenantId": "sample string 6", "CreatedAt": "2025-09-18T03:35:16.9775816+00:00", "UpdateAt": "2025-09-18T03:35:16.9775816+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>7f899fb5-9487-47c6-8a4a-e0987a3da10c</CompanyId> <CreatedAt>2025-09-18T03:35:16.9775816+00:00</CreatedAt> <Id>1</Id> <Permissions>sample string 4</Permissions> <Status>sample string 9</Status> <TenantId>sample string 6</TenantId> <UpdateAt>2025-09-18T03:35:16.9775816+00:00</UpdateAt> <UserEmail>sample string 3</UserEmail> <UserId>0747bf97-2e3a-4e57-bcc5-484da8d7e00d</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.