GET Register/Usertype?session_id={session_id}
Get different user types. this is needed in order to define the user type when adding a new user to the system
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| session_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
replyUserType| Name | Description | Type | Additional information |
|---|---|---|---|
| user_types | Collection of replyUserTypeInfo |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"user_types": [
{
"user_type_id": 1,
"user_type_desc": "sample string 2"
},
{
"user_type_id": 1,
"user_type_desc": "sample string 2"
}
],
"status": 1,
"message": "sample string 2"
}