Associate REST Client User With a Custom Enrollment
post
/console/admin/api/v2/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users
Associate a REST client user with a custom enrollment.
Request
Supported Media Types
- application/json
Path Parameters
-
enrollmentId(required): string
custom enrollment Id
-
restProxyId(required): string
REST Proxy Id
REST client user name to be associated with the custom enrollment
Root Schema : associateRestUserBody
Type:
Show Source
object
-
userName(required):
string
REST client user name
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
object
400 Response
Invalid arguments
401 Response
Unauthorized
403 Response
Forbidden
500 Response
Internal server error
Default Response
Unexpected error