The user ID used by the LINE Platform identifies a user and has the following characteristics:
- The value is generated by the LINE Platform, not by a user. This is different from the LINE ID on LINE used to search for friends.
- Different user IDs are generated based on the provider of the channel. As long as channels have the same provider, regardless of whether the channel is for LINE Login or Messaging API, the same user ID is used for the users of the channels.
- The user ID value is a string that matches the regular expression,
U[0-9a-f]{32}.
The group ID used for group chats and the room ID used for multi-person chats are values generated by the LINE Platform to identify group chats and multi-person chats.
The group ID is a string that matches the regular expression, C[0-9a-f]{32}, and the room ID is a string that matches the regular expression, R[0-9a-f]{32}.