latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

contracts

Lists all members for a specified contract

You need to be a member of the Contract’s scope to access this resource

get/contracts/{contract_id}/members

Path parameters

contract_idstring required

Contract identifier

Response

OK

Example response

[
  {
    "data": {
      "id": "5b4f337bff4304610483ba67",
      "attributes": {
        "first_name": "John",
        "last_name": "Doe",
        "roles": [
          "admin"
        ],
        "email": "john.doe@gmail.com"
      },
      "relationships": {
        "user": {
          "data": {
            "id": "5b4f337bff4304610483ba67"
          },
          "links": {
            "self": "/v2/users/5b4f337bff4304610483ba67"
          }
        }
      }
    }
  }
]