Skip to main content

List of gender identifications

In API requests, various reports and system parameters, gender can be displayed in different ways.

Male gender can be indicated on the platform by one of the parameters of the object below:

{
"id": 1,
"title": "Male",
"values": ["male", "1", "Male", "MASCULINE",
"M",
"MAN",
"♂",
"М",
"МУЖ",
"МУЖСК",
"МУЖСКОЙ",
"МУЖЧИНА"
]
}

Any of the following code parameters is responsible for female gender:

{
"id": 2,
"title": "Female",
"values": ["female", "2", "Female", "FEM",
"FEMININE",
"F",
"WOMAN",
"W",
"♀",
"Ж",
"ЖЕН",
"ЖЕНСК",
"ЖЕНСКИЙ",
"ЖЕНЩИНА"
]
}
tip

If you need to add other designations, you can do so by adding the required values to the gender identifier directory. You can learn more about this in this article.