Add a new device in user profile

post

https://oaainstall-host/risk-analyzer/device/v1/{requestId}

Add new device in user profile. Multiple devices can be added in the single request. Also device can be marked as safe while adding

Request

Path Parameters
Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: object
User device create request
Show Source
Request Body - application/json ()
Root Schema : schema
Type: object
User device create request
Show Source
Back to Top

Response

Supported Media Types

201 Response

User devices are created and added to user profile.
Body ()
Root Schema : UserDeviceApiResponse
Type: object
User device API response for status of the rest call
Show Source

401 Response

Unauthorized

405 Response

Invalid input
Body ()
Root Schema : UserDeviceApiResponse
Type: object
User device API response for status of the rest call
Show Source

500 Response

Internal server error

503 Response

Service Unavailable
Back to Top