TeamMember Data Type

Properties
name data type description
principal PrincipalBrief
Properties inherited from BaseRestObject
href string The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
links array of Link Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

{
  "principal" : {
    "name" : "...",
    "email_address" : "...",
    "entry_type" : "...",
    "permalinks" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "creation" : {
      "principal" : { },
      "date" : 12345
    },
    "entity_type" : "...",
    "id" : 12345,
    "modification" : {
      "principal" : { },
      "date" : 12345
    },
    "parent_binder" : {
      "path" : "...",
      "id" : 12345,
      "href" : "..."
    },
    "title" : "...",
    "description" : {
      "text" : "...",
      "format_str" : "..."
    },
    "permalink" : "...",
    "doc_type" : "...",
    "href" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ]
  },
  "href" : "...",
  "links" : [ {
    "href" : "...",
    "rel" : "..."
  }, {
    "href" : "...",
    "rel" : "..."
  } ]
}