# List Users Configuration Fetches the current users' configuration. If no configuration exists, a default configuration is returned. Endpoint: GET /configurations/businesspartnervalidation Version: 3 Security: apiKey ## Query parameters: - `startAfter` (string) Start after the given index. Use this to paginate through the results. The first page is returned if this parameter is not provided. Example: "5712566172571652" - `limit` (integer) Maximum number of results to return. The default is 100. Example: "100" - `defaultConfiguration` (boolean) Is default workspace configuration of given type. Example: true ## Response 200 fields (application/json): - `startAfter` (string) The ID which is used to read the page. Example: "5712566172571652" - `nextStartAfter` (string) Provides a value to be used as a startAfter in next page request. Example: "5712566172571652" - `total` (integer) Total number of items which can be paged. Example: "67" - `values` (array) List of configurations. - `values.name` (string) Display name for a configuration. Example: "Client configuration." - `values.id` (string) Uniquely identifies a configuration. Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4" - `values.createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-09-01T14:16:48Z" - `values.modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-09-01T14:16:48Z" - `values.createdBy` (string) Creator of a resource. Example: "76248934691294444"