Set Default Mapping

Set Default Mapping
Request
URI
PUT
https://{api_host}/dt-rest/v100/security/domain/{domainId}/user/{id}/default/{defaultId}
COPY
Path Parameters
string
id
Required

id

string
defaultId
Required

defaultId


Responses
200

Successfully assigned pool or pattern to user as the default

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/security/domain/{domainId}/user/{id}/default/{defaultId}