Member

Profile

A Member represents a user that has been given access to an Account.

See ch:members for more information on inviting members.

Properties

name type
name string
email email
rel conditional
self false
ch:account false

Additional semantics

No additional semantics.

Example representation

{
  "name": "Caroline S. Bech",
  "email": "CarolineSBech@example.com",
  "_links": {
    "self": {
      "href": "https://merchant.test.clearhaus.com/members/9f466514-d8f5-447a-ae7d-b48dccdcff3c"
    },
    "ch:account": {
      "href": "https://merchant.test.clearhaus.com/accounts/f72e20a6-31dc-4c24-9314-4bcc5b8820d4"
    },
    "curies": [
      {
        "href": "https://developer.clearhaus.com/rels/{rel}",
        "templated": true,
        "name": "ch"
      }
    ]
  }
}
Open Navigation Close Navigation