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": "johndoe@website.com", "owner": true }, { "uid": "1abc234defg5", "first_name": "Jane", "last_name": "Doe", "username": "janedoe@website.com" } ]
Returns a list of users that have access to a site
Documentation IndexFetch the complete documentation index at: https://developers.aimtell.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.aimtell.com/llms.txt
Use this file to discover all available pages before exploring further.
Site ID
200