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": "9c250b70-8efe-45d5-827a-7a296022af3e",
"UserTypeUserActive": true,
"UserTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "43a05717-cd81-45a5-877a-49ec266cf9f3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]