Appearance
getRegistrationFields ​
Returns all required user-related metadata useful for registration processes but not related to a specific user.
TIP
This is a convenience endpoint that aggregates titles, genders, professions, and other metadata needed during user registration into a single response.
Request ​
http
GET /rest/user/metadata/field/valuesParameters ​
None.
Response ​
200 OK ​
json
{
"titles": [
{
"titleId": 1,
"titleName": "Associate Professor"
},
{
"titleId": 2,
"titleName": "Dr"
}
],
"genders": [],
"professions": [],
"countries": []
}The response includes aggregated reference data sets used during registration flows.
Errors ​
| Exception | Cause |
|---|---|
WSRefDataServiceException | Service error while fetching registration fields |