Create a user internal code
POST/v1/users/internal-codes
Create a user internal code. Internal codes are scoped by user and organizational unit and require the corresponding bearer permission.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Returns the newly created user internal code representation.
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.
The operation conflicts with the current resource version, uniqueness rule or idempotency record.
An unexpected internal error occurred.