Filter users by type

Description
I need to filter the users by type (basic, licensed, …) but the endpoint /users doesn’t have option. I tried to use this scim2 endpoint, but it says the filter it says the filter is not supported.

Error
{
“schemas”: [
“urn:ietf:params:scim:api:messages:2.0:Error”
],
“detail”: “The current filter is not supported, the filter name: userType”,
“status”: 400
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?

Hi @rafael.fernandes,

Currently we do not support filter by userType using our SCIM APIs.

Thanks

Hi @michael_p.zoom,

Is there any other endpoint that I can find all the users by type?

Thank you.

Hey @rafael.fernandes,

Unfortunately no, but you could filter on your end after you get all the users.

Thanks,
Tommy