Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.voltview.co.uk/v1/createUserSiteAssignments \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "userId": "<string>", "siteId": "<string>" } '
{ "success": true, "message": "<string>" }
Assign a user to a specific site. Requires admin permissions.
VoltView API key
ID of the user to assign
ID of the site to assign the user to
User-site assignment created successfully