Wiki

REST User to User Lists Association object

For information about how REST API works, see rest main page.

REST "user_list_users" object allows you to associate users to user lists.

The endpoint URL is:

app.personyze.com/rest/user_list_users

Insert example

It's possible to add user record by "user_id" (Personyze user ID), "user_internal_id" (your identifier), or "user_email".

curl --data '{"user_list_id": 8, "user_id": 123}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_list_users'
curl --data '{"user_list_id": 8, "user_internal_id": "123-456-HELO"}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_list_users'
curl --data '{"user_list_id": 8, "user_email": "johnny@gmail.com"}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_list_users'

Select example

Select 10 lists.

curl 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_list_users/limit/10'

Delete example

Delete list with ID "8" and user_id 123.

curl -X DELETE 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_list_users/where/user_list_id=8&user_id=123'
©2008-2023 All rights reserved. Personyze® is a registered trademark. Privacy Policy. Terms of Use.