POST UserRolePermission/GetAllUserRolePermission

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
UserRolePermissionFilterData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserId": "68f0b887-850d-4e44-8920-e6b2eab73309",
  "UserLoginId": "sample string 2",
  "UserIsActive": [
    true,
    true,
    true
  ],
  "UserTypeId": "65a0e1df-bab5-4759-aec3-a688e17fbf60",
  "CompanyId": [
    "5f25e528-b0ce-4ca9-a288-f58d52e02526",
    "3ac1f4a6-3cbc-4675-b07d-88698503c0d9",
    "f1d38cce-0835-4e67-b80e-18e6224e8936"
  ],
  "MobileNumber": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "FromDate": "2026-04-10T15:54:58.564586+06:30",
  "ToDate": "2026-04-10T15:54:58.564586+06:30"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.