Skip to main content

Get Users For A Site

This endpoint lists all users in the selected site, the results are filtered to ensure only locks the current user is an administrator of will return user information.

HTTP Request

GET https://api.doordeck.com/site/SITE_ID/user/

CURL
curl 'https://api.doordeck.com/site/00000000-0000-0000-0000-000000000000/user/' \
-H "Authorization: Bearer TOKEN"
Remember
  • Replace TOKEN with your access token.
  • Replace 00000000-0000-0000-0000-000000000000 with the site's ID.