Get All Account IDs and User Mapping
post
/api/1.0/user/userAccountmapping
This endpoint is used to get accounts and user mapping.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
Limit is maximum number of records to be fetched.
-
offset(optional): integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId: string
The application ID for the request.
-
branchCode: string
The branch code for the request.
-
contentType(optional): string
The content type of the request.
-
userId: string
The user ID for the request.
Request Body that contains data required for fetching account user mapping.
Root Schema : DmAccountIdsAndUserCollection
Type:
objectCollection of Account ID and user Map.
Show Source
-
accountId(optional):
string
Account ID
-
assignee(optional):
array assignee
Assignee
-
groupBasis(optional):
string
Group Basis
-
partyId(optional):
string
Party ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account user mapping.
Root Schema : DmAccountUserMappingDTO
Type:
objectDetails of Account ID and user Map.
Show Source
-
accountId(optional):
string
Account ID
-
groupBasisCd(optional):
string
Group Basis Code
-
partyId(optional):
string
Party ID
-
userId(optional):
string
User ID
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input.
500 Response
Internal error.