List user internal codes
GET/v1/users/:userId/internal-codes
List user internal codes. Internal codes are scoped by user and organizational unit and require the corresponding bearer permission.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Returns the user internal code collection visible to the authenticated request.
The request is malformed or violates the documented input constraints.
Authentication failed because the required credential is missing, invalid, expired or no longer active.
The actor cannot access internal codes for the selected user or unit.
An unexpected internal error occurred.