-
Notifications
You must be signed in to change notification settings - Fork 8
Impersonation
Benjamin Hodgson edited this page Dec 3, 2015
·
8 revisions
Request
POST https://login.huddle.net/impersonation HTTP/1.1
... a cryptographically signed request ...
Repsonse
HTTP/1.1 200 OK
{
"access_token":...,
"expires_in": 1200,
"links": [{"rel":"self", "href": "https://login.huddle.net/impersonation/e014c954-12ce-429c-a2e2-a3671e136ba9"}]
}
Request
DELETE https://login.huddle.net/impersonation/e014c954-12ce-429c-a2e2-a3671e136ba9 HTTP/1.1
Host: login.huddle.net
Authorization: ... an impersonation access token ...
Response
HTTP/1.1 204 No Content
Set-Cookie: auth_token=;max-age=0
- 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