Assign Permission Profiles To User

post

/api/restapi/program/assignUser

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

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 : ApiEntityProgramUserPermissions
Type: object
Title: ApiEntityProgramUserPermissions
Show Source
Nested Schema : profiles
Type: array
List of user profiles.
Show Source
Nested Schema : ApiEntityProgramProfileInput
Type: object
Title: ApiEntityProgramProfileInput
Show Source
Examples

Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : ApiEntityProgramUserPermissionsResponse
Type: object
Title: ApiEntityProgramUserPermissionsResponse
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 Program service.
Back to Top