GET
/
api
/
v2
/
orgs
/
{orgUuid}
/
roles
/
assignments
{
  "results": [
    {
      "updatedAt": "2023-11-07T05:31:56Z",
      "createdAt": "2023-11-07T05:31:56Z",
      "projectId": "<string>",
      "organizationId": "<string>",
      "assigneeName": "<string>",
      "assigneeId": "<string>",
      "assigneeType": "user",
      "roleName": "<string>",
      "roleId": "<string>"
    }
  ],
  "status": "ok"
}

Path Parameters

orgUuid
string
required

Response

200
application/json

Success

The response is of type object.