Get Producers
Retrieves users matching the given query parameters.
Query parameters
language code for multilingual fields. Must be supported by application.
page number
string to search for in the resource
page size
List of field names to sort by. Default is ascending prefix with - for descending
Response
OK
Example response
{
"items": [
{
"agateLoginId": "1234567",
"ktIdP": "ZH123456",
"uid": "CHE123456789",
"givenName": "Anna",
"familyName": "Muster",
"email": "anna.muster@example.com",
"phoneNumber": "+41331234567",
"mobileNumber": "+41791234567",
"addressStreet": "Bahnhofstrasse 10",
"addressLocality": "Zürich",
"addressPostalCode": "8001",
"addressCountry": "CH",
"lastLoginDate": "2022-03-10T12:15:50",
"userPreferences": {
"mainMenuOpened": true,
"activeUid": "CHE123456789",
"dismissedMigratedIds": [
"a5b1d2e3-4f6a-2b7c-6d0e-9f1a3b5c7d9e"
],
"hasSeenConsentRequestTourIntro": true
},
"lastAcceptedAgbDate": "2022-03-10T12:15:50"
}
],
"totalItems": 42,
"totalPages": 5,
"currentPage": 1,
"pageSize": 10
}Changes
Changed in 19 of the 56 revisions of this API.11922
- ○
added the new optional
queryrequest parameterlanguagenew-optional-request-parameter
- ○
- ○
added the optional property
items/items/lastAcceptedAgbDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/lastAcceptedAgbRevisionIdto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/items/lastAcceptedAgbDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/lastAcceptedAgbRevisionIdfrom the response with the200statusresponse-optional-property-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
items/items/lastAcceptedAgbDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/lastAcceptedAgbRevisionIdto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/items/mobileNumberto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status404response-property-enum-value-removed
- ○
removed the
DATA_PROVIDER_ERRORenum value from thetyperesponse property for the response status500response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
DATA_PROVIDER_ERRORenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_EXPIREDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_INVALIDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_LOCKEDenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
OTP_RESEND_COOLDOWNenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
- ○
added the optional property
items/items/userIdto the response with the200statusresponse-optional-property-added
- ○