Update SubscriberId

During sign up I'm creating a userid which is being used as the subscriber id, later on I'm assigning a new token to this user which I wish to use as the new SubscriberId. Can I update the subscriberId to this token.
2 Replies
Pawan Jain
Pawan Jain12mo ago
@kumar_ujjawal Sorry If I misunderstood. You want to update subscriberId of the first user that signedup? So, it is not possible to update that subscriberId, as this is unique. You can update other fields but not subscriberId
absalom_absalom
absalom_absalom12mo ago
This is exactly what I meant. Seems reasonable, not being able to update subscriberid for security purposes. Thank you for your support.