Skimmer.PublicApi.Host | v1
string · requiredstring · requiredstring | nullstring | nullstring | nullstring | nullstring · enumboolean
Retrieves all users.
GET
https://publicapi.getskimmer.com
/Users
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all users. › Responses
OK
object[]
idThe unique identifier for the user.
firstNameThe user's first name.
lastNameThe user's last name.
usernameThe user's login username.
emailThe user's email address.
roleThe user's role.
Enum values:
Owner
Admin
Tech
isActiveWhether the user account is currently active.