Assigning a site's user
How to pass user information across with a Site so they can access if via the Single Sign On API
Passing a partner_user_id
partner_user_idExample of the partner_user_id param being used
partner_user_id param being used{
"subdomain": "www"
"domain": "somebusinessname.com",
...
"partner_user_id": 12345,
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]"
}Last updated