Returns all available user groups (permission levels) for the site. Requires SITE_CONFIG permission and RS:ADMIN_GROUP_LIST right.
Groups determine the access level and permissions of a user within the agency (e.g. "Administrateur", "Négociateur", "Assistante"). Use group IDs when creating or updating users.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/users/groups
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/users/groups
curl -i -X GET \
https://api-doc.immo-facile.com/_mock/openapi/users/groups \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … }, { … } ] }