Get users by type
GET
/v1/users/type/{userType}Path parameters
- User type to filter by (e.g. investor, entrepreneur, internal).
Query parameters
Responses
/** Imported from delio-core. */
type Collection_UserListResource = unknown[]curl https://your-url.com/kong/core/api/gateway/v1/users/type/{userType}?search={search}&per_page=15\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"