List Users Configuration

Fetches the current users' configuration. If no configuration exists, a default configuration is returned.

SecurityapiKey
Request
query Parameters
defaultConfiguration
boolean

Is default workspace configuration of given type.

Example: defaultConfiguration=true
limit
integer (Limit)

Maximum number of results to return. The default is 100.

Example: limit=100
startAfter
string (StartAfter)

Start after the given index. Use this to paginate through the results. The first page is returned if this parameter is not provided.

Example: startAfter=5712566172571652
Responses
200

Successful operation

get/configurations/businesspartnervalidation
Request samples
Response samples
application/json
{
  • "startAfter": "0",
  • "nextStartAfter": "1",
  • "total": 2,
  • "values": [
    ]
}