API ReferenceIdentity
List VM permissions for an identity
List all VM permissions granted to a specific Git identity
Path Parameters
identity*string
Format
uuidQuery Parameters
limit?integer|null
Format
int64Range
0 <= valueoffset?integer|null
Format
int64Range
0 <= valueResponse 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
}