API ReferenceIdentity
Get the git permission of an identity on a repository
Get the permission of an identity on a repository. This will return the access level of the identity on the repository.
Path Parameters
identity*string
The git identity ID
Format
uuidrepo*string
The git repository ID
Format
uuidResponse Body
application/json
curl -X GET "https://api.freestyle.sh/identity/v1/identities/497f6eca-6276-4993-bfeb-53cbbbba6f08/permissions/git/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"identity": "10a80a7a-1a32-4a74-b592-aa2a4ef691c5",
"repo": "2a069b2f-9d5f-47ed-b067-aeca843a01ba",
"accessLevel": {}
}