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 ID and user Map.
Show Source
Nested Schema : assignee
Type: array
Assignee
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns the account user mapping.
Body ()
Root Schema : DmAccountUserMappingDTO
Type: object
Details of Account ID and user Map.
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