Report - Retrieves users for sharing a report
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
reportIdstring · uuidRequired
ReportId of type GUID
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Returns users for sharing a report.
Responseobject[]
Class for user details.
500
Internal Server Error: An unexpected server error occurred.
get
/reports/{reportId}/shared-withGET /reports/{reportId}/shared-with HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{}
]Last updated