Assign User To Pool

Assign User To Pool
Request
URI
PUT
https://{api_host}/dt-rest/v100/infrastructure/pool/session/{id}/assign/user/{guid}
COPY
Path Parameters
string
id
Required

id

string
guid
Required

guid


Responses
200

Successfully assigned user to pool

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/infrastructure/pool/session/{id}/assign/user/{guid}