Returns all available gender options. Requires SITE_CONFIG permission and RS:ADMIN_GENDERS right.
Gender codes are used when creating users or customers (e.g. "m", "f"). Some genders represent legal entities (companies) — check the is_entity flag.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/users/genders
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/users/genders
curl -i -X GET \
https://api-doc.immo-facile.com/_mock/openapi/users/genders \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'Response
{ "data": [ { … }, { … }, { … } ] }