Remove Users Assigned to a Portfolio

post

/api/restapi/portfolio/removeUsers

Send a request to this endpoint to remove users from a portfolio.

Request

Header Parameters
  • Enabling this boolean flag fails to complete the request if an error occurred while processing any user removal sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRemovePortfolioUserPermissions
Type: object
Title: ApiEntityRemovePortfolioUserPermissions
Show Source
Nested Schema : userNames
Type: array
List of user names for removing users.
Show Source
Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : List<ApiEntityRemovePortfolioUserPermissionsResponse>
Type: array
Title: List<ApiEntityRemovePortfolioUserPermissionsResponse>
Show Source
Nested Schema : ApiEntityRemovePortfolioUserPermissionsResponse
Type: object
Title: ApiEntityRemovePortfolioUserPermissionsResponse
Show Source

400 Response

Invalid input for the portfolio service.
Back to Top