GET
/
templates
/
{template}
/
acl
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/templates/{template}/acl \
  --header 'Wirtual-Session-Token: <api-key>'
[
  {
    "avatar_url": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "email": "jsmith@example.com",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "last_seen_at": "2023-11-07T05:31:56Z",
    "login_type": "",
    "name": "<string>",
    "organization_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "role": "<any>",
    "roles": [
      {
        "display_name": "<string>",
        "name": "<string>",
        "organization_id": "<string>"
      }
    ],
    "status": "<any>",
    "theme_preference": "<string>",
    "updated_at": "2023-11-07T05:31:56Z",
    "username": "<string>"
  }
]

Authorizations

Wirtual-Session-Token
string
header
required

Path Parameters

template
string
required

Template ID

Response

200 - application/json
OK
created_at
string
required
email
string
required
id
string
required
username
string
required
avatar_url
string
last_seen_at
string
login_type
enum<string>
Available options:
,
password,
github,
oidc,
token,
none
name
string
organization_ids
string[]
role
any
roles
object[]
status
any
theme_preference
string
updated_at
string