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
Query Parameters
Header Parameters
Body ()
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
Nested Schema : assignee
Type: array
List of the assignees.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns the account user mapping.
Body ()
Root Schema : DmAccountUserMappingDTO
Type: object
Show Source
Nested Schema : data
Type: array
List of the account and assignee details.
Show Source
Nested Schema : DmAccountAssignDetails
Type: object
Show Source

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.
Back to Top