Get Users
GET {{baseUrl}}/api/v1/users?top=<>&skip=<>&externalId=<get>&userChainIdentifier=<>&sortBy=<>
Lists all users within the connected blockchain consortium.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
top | string | The maximum number of entries to return in the result set. | |
skip | string | The number of entries to skip in the result set. | |
externalId | string | The external ID of the user to query for. | |
userChainIdentifier | string | The on-chain address of the user to query for. | |
sortBy | string | The field to sort. |