Assign Harbor User
Assigns an existing Harbor-only user to a Harbor.
The assignment is idempotent. Regular Polytomic users cannot be assigned because they already have application access to Harbors.
Authentication
AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic
Basic organization-scoped API key
Path parameters
harbor_id
Unique identifier of the Harbor.
user_id
Unique identifier of the Harbor-only user.
Headers
X-Polytomic-Version
Response
OK
data
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
