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": "11715f13-47ad-468b-a223-bc25a74b5258"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]