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": "2775a78d-7e01-4914-b96e-be5b500f869e",
"UserEmail": "sample string 3",
"Permissions": "sample string 4",
"CompanyId": "0645cecd-805b-4239-92d3-e4ae9af53328",
"TenantId": "sample string 6",
"CreatedAt": "2026-05-06T12:50:58.4289256+00:00",
"UpdateAt": "2026-05-06T12:50:58.4289256+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>0645cecd-805b-4239-92d3-e4ae9af53328</CompanyId> <CreatedAt>2026-05-06T12:50:58.4289256+00:00</CreatedAt> <Id>1</Id> <Permissions>sample string 4</Permissions> <Status>sample string 9</Status> <TenantId>sample string 6</TenantId> <UpdateAt>2026-05-06T12:50:58.4289256+00:00</UpdateAt> <UserEmail>sample string 3</UserEmail> <UserId>2775a78d-7e01-4914-b96e-be5b500f869e</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.