Skip to main content
GET
/
usertypes
/
basic
List basic user types
curl --request GET \
  --url https://api.example.com/usertypes/basic
{
  "data": [
    {
      "id": 123,
      "name": "<string>"
    }
  ]
}

Response

200 - application/json

Basic user type list with id and name.

data
object[]