curl --request GET \
--url https://api.example.com/usertypes/basic{
"data": [
{
"id": 123,
"name": "<string>"
}
]
}Returns a minimal list of user types (id and name) for the current website.
curl --request GET \
--url https://api.example.com/usertypes/basic{
"data": [
{
"id": 123,
"name": "<string>"
}
]
}Basic user type list with id and name.
Show child attributes