-
Notifications
You must be signed in to change notification settings - Fork 8
Internal Domain List
Michael Rybintsev edited this page Aug 8, 2019
·
6 revisions
The Internal Domain List of a Company is used to classify which Members of the Company are considered Internal and External. External Members of a Company have reduced visibility of the Members of the Company when using Member Autocomplete.
If an Internal Domain List has not been created for a Company then it will have the default Internal Domain List, which is turned off and has no entries in it.
GET /people/companies/123/internalDomains
Accept: application/vnd.huddle.data+xml
Authorization: OAuth2 frootymcnooty/vonbootycherooty
HTTP/1.1 200 OK
Content-Type: application/vnd.huddle.data+xml
<internalDomains>
<links>
<link href="..." rel="self"/>
<link href="..." rel="parent"/>
<link href="..." rel="edit"/>
</links>
<enabled>true<enabled>
<entries>
<entry>huddle.net<entry>
<entry>yahoo.com</entry>
</entries>
</internalDomains>
GET /people/companies/123/internalDomains
Accept: application/vnd.huddle.data+json
Authorization: OAuth2 frootymcnooty/vonbootycherooty
HTTP/1.1 200 OK
Content-Type: application/vnd.huddle.data+json
{
"links": [{
"rel": "self",
"href": "..."
},{
"rel": "parent",
"href": "..."
},{
"rel": "edit",
"href": "..."
}],
"enabled": true,
"entries": [
"huddle.net",
"yahoo.com"
]
}
Name | Description | Methods |
---|---|---|
self | The current URI of this company internal domain list | GET |
parent | The URI of the company | GET |
edit | The URI to update the internal domain list | PUT |
Response | Case |
---|---|
401 Unauthorized | Invalid authorization token |
403 Forbidden | Not a Company Manager or an Admin |
- Basic concepts
-
Resources
- Actor
- Approvals
- BulkProcess
- Calendar
- Membership
- Company
- Document
- Document library settings
- Folder
- Paged Folder
- Pins
- Integrations
- Form
- Friends
- Invitation
- Link
- Document Lock
- Folder Lock
- Localisation
- MemberAutocomplete
- Notifications
- Offline item
- PeopleBulkProcess
- Permissions
- Presence
- PublishedDocuments
- Recents
- Recommendations
- Recycle Bin
- Search
- Share
- Tasks (Todos), File Requests, Approvals
- Tasks on Documents
- Actions
- UserApprovals
- User
- VersionHistory
- Workspace
- Workspaces
- SamlPartners
- Logout
- Impersonation
- Administration
- WebHooks