Assign Permission Profiles To User

post

/api/restapi/portfolio/assignUser

Send a request to this endpoint to view the user's permission sets for the provided portfolio.

Request

Header Parameters
  • Enabling this boolean flag will fail to successfully complete the request if an error occurred when validating any user permission profile sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityPortfolioUserPermissions
Type: object
Title: ApiEntityPortfolioUserPermissions
Show Source
Nested Schema : profiles
Type: array
List of user profiles.
Show Source
Nested Schema : ApiEntityPortfolioProfileInput
Type: object
Title: ApiEntityPortfolioProfileInput
Show Source
Examples

Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : ApiEntityPortfolioUserPermissionsResponse
Type: object
Title: ApiEntityPortfolioUserPermissionsResponse
Show Source
Nested Schema : profiles
Type: array
Profiles response with individual message and statusCodes.
Show Source
Nested Schema : ApiEntityProfileResponse
Type: object
Title: ApiEntityProfileResponse
Show Source
  • Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
  • Maximum Length: 255
    The system-defined unique identifier of an object profile.
  • The response code representing the state of the API operation.
  • Maximum Length: 255
    Username of the user for permission assignment.

400 Response

Invalid input for the capital portfolio service.
Back to Top