POST api/AdminUserRights/GetUserType
AdmGetUserType
Request Information
URI Parameters
None.
Body Parameters
GetUserType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeID | integer |
None. |
|
| UserTypeActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTypeID": 1,
"UserTypeActive": true,
"UserUUIDCur": "365745e4-a826-4498-b360-4ac508439453"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]