Remove Imported Users

Remove Imported Users

This API is used to remove imported user from user-federation configuration.

Request
URI
POST
https://{api_host}/tcsa/api/auth-management/v1/components/{id}/remove-imported-users
COPY
Path Parameters
string
id
Required

Unique id of user-federation configuration.


Authentication
This operation uses the following authentication methods.
Responses
204

Ok

Operation doesn't return any data structure

500

Unknown error

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/tcsa/api/auth-management/v1/components/{id}/remove-imported-users