docs/ShareLogApi.md

ShareLogApi

All URIs are relative to http://localhost

Method | HTTP request | Description ------------- | ------------- | ------------- GetSharees | GET /api/sharelog/sharees | Get a list of users with whom current user has shared a Workspace.

GetSharees

array[character] GetSharees()

Get a list of users with whom current user has shared a Workspace.

Get a list of users with whom current user has shared a Workspace.

Example

library(openapi)


#Get a list of users with whom current user has shared a Workspace. 
api.instance <- ShareLogApi$new()
# Configure OAuth2 access token for authorization: googleoauth
api.instance$apiClient$accessToken <- 'TODO_YOUR_ACCESS_TOKEN';
result <- api.instance$GetSharees()
dput(result)

Parameters

This endpoint does not need any parameter.

Return type

array[character]

Authorization

googleoauth

HTTP request headers

HTTP response details

| Status code | Description | Response headers | |-------------|-------------|------------------| | 200 | Success | - | | 500 | Internal Error | - |



vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.