List the users of the caller’s company
GEThttps://platform.docana.com/api/v1/users/
Answers the full company roster from a short-lived cache, so very recent user changes may lag briefly. Use GET /api/v1/users/me/ for the caller’s own record.
Responses
- 200
- 401
- 403
- 500
All users in the authenticated user’s company
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.