Associate REST Client User With a Custom Enrollment

post

/console/admin/api/v1.1/nodes/restproxies/{restProxyId}/enrollments/{enrollmentId}/users

Associate a REST client user with a custom enrollment.

Request

Supported Media Types
Path Parameters
Body ()
User to be associated with custom enrollment
Root Schema : associateRestUserBody
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object

400 Response

Invalid arguments
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

403 Response

Forbidden

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top