POST api/AdminUserRights/GetUserTypeUser
AdmGetUserTypeUser
Request Information
URI Parameters
None.
Body Parameters
GetUserTypeUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeID | integer |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserTypeUserActive | boolean |
None. |
|
| UserTypeActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTypeID": 1,
"UserUUID": "ab31b31c-b840-45fb-b9c7-d4c1b65306f1",
"UserTypeUserActive": true,
"UserTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "b670e656-366c-4959-a6b6-cfdecfb904bf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]