Authentication

List all users

Returns a list of all registered user IDs. Please note that the response is not currently paginated.

get/snapTrade/listUsers

Response

OK

UserID[] required

List of registered SnapTrade user IDs

Example response

[
  "user1",
  "user2",
  "user3"
]

Changes

No recorded changes to this endpoint across all 64 revisions of this API.