Skip to main content

Get Locks For A User

This endpoint returns basic user information, including the user's public key and a list of the locks that the user is enrolled on, the list will only show locks where the current user is an administrator.

HTTP Request

GET https://api.doordeck.com/user/USER_ID/

Example

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