Skip to content

List genders
Access

Request

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
curl -i -X GET \
  https://api-doc.immo-facile.com/_mock/openapi/users/genders \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

List of genders

Bodyapplication/json
dataArray of objects(GenderResponse)
Response
{ "data": [ {}, {}, {} ] }