FruxonDocs
Agent NetworkGraph

Requests access to the Application for the calling user.

Creates a pending request and emails the Application's Admins. The row confers nothing until an Admin approves it. Viewer or Editor may be requested; Admin may not — it is granted, not asked for. Deliberately not gated on Application access: the whole point is that the caller does not have any.

POST
/v1/tenants/{tenant}/networks/{network}/collaborators:requestAccess
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

network*string

The Application id.

Formatuuid
tenant*string

The tenant identifier

Query Parameters

role?string

The requested role (Viewer or Editor). Defaults to Viewer.

Value in"UNSPECIFIED" | "VIEWER" | "EDITOR" | "ADMIN"

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/collaborators:requestAccess"
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}