Adds a user to a geofence list​
PUT
/users/{userid}/geofenceLists/{listid}/user/{targetid}
Adds a user to a geofence list
Anyone that has access to the list (via sharing) can alter the users that have access to it
Authorizations​
ApiKeyAuth
API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.
TypeAPI Key (header: Authorization)
Example
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."Parameters​
Path Parameters
userid*
User ID. 0 can be used for the current user
Typeinteger
Requiredlistid*
Geofence list ID
Typeinteger
Requiredtargetid*
User ID to add to the list
Typeinteger
RequiredResponses​
OK
application/json
JSON
{
}