Problem setting named_users on development

I am having an issue with calling the named_user/associate API on my development app.

I am POST'ing the data as for example:

{
  "channel_id": "cd0ba892-a584-4d08-94a0-XXXXXXXXX",
  "device_type": "ios",
  "named_user_id": "4681649"
}

 

but it doesn't seem to associate the channel_id properly. When I query for that named_user_id it returns an empty channel list:

"named_user": {
  "named_user_id": "4681649",
  "tags": {},
  "created": "2018-09-05T16:58:00",
  "last_modified": "2018-09-05T17:14:28",
  "channels": []
}

 

 

Didn't find what you were looking for?

New post

Comments

1 comment

  • Hi Matt, 

    I can't see any Channels with ID like that on the app. Only an installed and valid Channel ID will link to a Named User. 

    Comment actions Permalink
    0

Please sign in to leave a comment.