GET api/usertypes/{id}

Get User Type by the id

Request Information

Authentication

This method requires user authentication

URI Parameters

NameDescriptionTypeAdditional information
id

(Required)

integer

Required

Body Parameters

None.

Response Information

Resource Description

UserType
NameDescriptionTypeAdditional information
UserTypeId

User Type Id. Primary key of the user types table.

integer

None.

UserTypeName

User Type.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UserTypeId": 1,
  "UserTypeName": "sample string 2"
}