LogoFreestyle
API ReferenceIdentity

List VM permissions for an identity

List all VM permissions granted to a specific Git identity

GET
/identity/v1/identities/{identity}/permissions/vm

Path Parameters

identity*string
Formatuuid

Query Parameters

limit?integer|null
Formatint64
Range0 <= value
offset?integer|null
Formatint64
Range0 <= value

Response Body

application/json

curl -X GET "https://api.freestyle.sh/identity/v1/identities/497f6eca-6276-4993-bfeb-53cbbbba6f08/permissions/vm"
{
  "permissions": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "vmId": "string",
      "identityId": "ebc92baa-b430-498d-b30d-132ff32a5256",
      "allowedUsers": [
        "string"
      ],
      "grantedAt": "2019-08-24T14:15:22Z",
      "grantedBy": "f4fd0c8b-a7d2-45df-a538-55abc7bde453"
    }
  ],
  "offset": 0,
  "total": 0
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.