Remove Users Assigned to an Idea
post
/api/restapi/idea/removeUsers
Send a request to this endpoint to remove users from an idea.
Request
Header Parameters
-
singleTransaction: boolean
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
- application/json
Root Schema : ApiEntityRemoveIdeaUserPermissions
Type:
object
Title:
Show Source
ApiEntityRemoveIdeaUserPermissions
-
ideaId: integer
(int64)
The system-generated identifier of an idea.
-
ideaName: string
Maximum Length:
255
The name of the Idea. -
userNames: array
userNames
List of user names for removing users.
-
workspaceCode: string
Maximum Length:
60
The user-specified identifier of a workspace. -
workspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Response
Supported Media Types
- application/json
207 Response
The object was successfully integrated.
Root Schema : List<ApiEntityRemoveIdeaUserPermissionsResponse>
Type:
array
Title:
Show Source
List<ApiEntityRemoveIdeaUserPermissionsResponse>
-
Array of:
object ApiEntityRemoveIdeaUserPermissionsResponse
Title:
ApiEntityRemoveIdeaUserPermissionsResponse
Nested Schema : ApiEntityRemoveIdeaUserPermissionsResponse
Type:
object
Title:
Show Source
ApiEntityRemoveIdeaUserPermissionsResponse
-
ideaId: integer
(int64)
The system-generated identifier of an idea.
-
message: string
Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
-
statusCode: integer
(int32)
The response code representing the state of the API operation.
-
userName: string
Maximum Length:
255
Username of the user for permission assignment.
400 Response
Invalid input for the idea service.