Skip to content

User DTO

tudorgroza edited this page Feb 15, 2021 · 1 revision

The general form of the DTO is listed below.

{
  "id": "60252fc2d5efd95ee8890ead",
  "name": "Test User 1",
  "email": "[email protected]",
  "roles": [
     {
        "projectId": "PROJECT ID",
        "role": "CONTRIBUTOR | CONSUMER | ADMIN"
     },
     ...
  ]
}