A list used to access other resources from a parent model.typestring(uri)The addressable object type Example: "note"idstringThe id of the addressable object Example: "123"urlstring(uri)Url to get more company resources for this contact Example: "/contacts/5ba682d23d7cf92bef87bfd4/notes"{ "type": "note", "id": "123", "url": "/contacts/5ba682d23d7cf92bef87bfd4/notes" }
A list of admins associated with a given workspace.typestringString representing the object's type. Always has the value admin.list. Example: "admin.list"adminsArray of objects or null(Admin)A list of admins associated with a given workspace.+Show 11 array properties{ "type": "admin.list", "admins": [ { … } ] }
Admin priority levels for the teamprimary_admin_idsArray of integers or nullThe primary admin ids for the team Example: [493881]secondary_admin_idsArray of integers or nullThe secondary admin ids for the team Example: [814865]{ "primary_admin_ids": [ 493881 ], "secondary_admin_ids": [ 814865 ] }