LDS Stake Portal
User Management

List Users

GET
/users/

Lists "all" users in the system.

If the caller is authenticated, returns all users. If not authenticated, returns public users only.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/users/"
null