User Assignment Transaction Service REST Endpoints
User Management Services/User Assignment Transaction Service
This service is used to perform User Assignment Transaction operations.
- Check if user is a supervisor
- Method: getPath:
/api/1.0/user/isSupervisor/{userId}
- De allocate User By Account ID
- Method: postPath:
/api/1.0/user/deAllocateUser
- Get All Account IDs And User Mapping
- Method: postPath:
/api/1.0/user/userAccountmapping
- Get Strategy Assign data based on users that belong to Vendor type User groups
- Method: getPath:
/api/1.0/user/getStrategyAssignForVendors
- Get Strategy Assign Data By Account ID
- Method: getPath:
/api/1.0/user/getStrategyAssignDataByAcctId/{acctId}
- Get Strategy Assign History data based on users that belong to Vendor type User groups
- Method: getPath:
/api/1.0/user/getStrategyAssignHistForVendors
- Get Subordinate Users By Supervisor ID
- Method: getPath:
/api/1.0/user/getSubordinateUsers
- Reassign Accounts Based On Segment Codes
- Method: putPath:
/api/1.0/user/accounts/reassign/{reassignUserId}
- Reassign Accounts Based On Segment Codes and Strategy Codes
- Method: putPath:
/api/1.0/user/reassign