{ "opencollection": "1.0.0", "info": { "name": "SkySlope Partnership API Reference Agents, Listings Users API", "version": "1.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get User Profile", "type": "http" }, "http": { "method": "GET", "url": "https://forms.skyslope.com/partner/api/users/profile" }, "docs": "Retrieve the user profile of the currently authenticated user" }, { "info": { "name": "Add Group", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/group", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group via accounts-api.
REQUIRED SCOPES:
admin.groups
" }, { "info": { "name": "Add Child Group", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/groups/:groupId/child", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The id of the parent group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new child group for a parent group via accounts-api.
REQUIRED SCOPES:
admin.groups
" }, { "info": { "name": "Add Group to User", "type": "http" }, "http": { "method": "POST", "url": "https://forms.skyslope.com/partner/api/users/:userId/groups/:groupId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user to add to the group." }, { "name": "groupId", "value": "", "type": "path", "description": "The id of the group to add the user to." } ] }, "docs": "Add group to a user.
REQUIRED SCOPES:
admin.groups
" }, { "info": { "name": "Remove User from Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://forms.skyslope.com/partner/api/users/:userId/groups/:groupId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user to remove from the group." }, { "name": "groupId", "value": "", "type": "path", "description": "The id of the group to remove the user from." } ] }, "docs": "Remove a user from a group.
REQUIRED SCOPES:
admin.groups
" } ] } ], "bundled": true }