cURL
curl --request GET \ --url https://api.aimtell.com/prod/site/{idSite}/permitted \ --header 'X-Authorization-Api-Key: <api-key>'
[ { "uid": "12abcd3456a7", "first_name": "John", "last_name": "Doe", "username": "[email protected]", "owner": true }, { "uid": "1abc234defg5", "first_name": "Jane", "last_name": "Doe", "username": "[email protected]" } ]
Returns a list of users that have access to a site
Site ID
200