List all users
List all your users
GET
https://sandbox-api.stilt.com/v1/users
Returns a dictionary with a data
property that contains an array of up to limit
users. Each entry in the array is a separate user object. This request should never return an error.
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated