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: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId(required): string
The application ID for the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
userId(required): string
The user ID for the request.
Request Body that contains data required for fetching account user mapping.
Root Schema : DmAccountIdsAndUserCollection
Type:
object
Collection of account IDs and users mapping.
Show Source
-
accountId:
string
Account ID
-
assignee:
array assignee
List of the assignees.
-
groupBasis:
string
Group Basis
-
partyId:
string
Party ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account user mapping.
Root Schema : DmAccountUserMappingDTO
Type:
Show Source
object
-
data:
array data
List of the account and assignee details.
Nested Schema : DmAccountAssignDetails
Type:
Show Source
object
-
accountId:
string
Account ID
-
groupBasisCd:
string
Group Basis Code
-
partyId:
string
Party ID
-
userId:
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.