Retrieves detailed information about a specific user’s multi-account associations. This endpoint returns the account IDs that have been linked to a particular user, helping you investigate individual cases of multi-account usage.
Requires API key authentication:
The response returns an array of account identifiers associated with the specified user:
Each string in the array represents a unique account ID that has been linked to the same user.
This response indicates that accounts with IDs “1”, “5”, and “10” are all associated with the same user.
This indicates three separate accounts have been detected as belonging to the same user.
[]: No multi-account associations found for this user ID["1"]: Only one account detected (no multi-account behavior)["1", "5", "10"]: Multiple accounts detected from the same userThe number of accounts in the response indicates the severity of multi-account usage:
id parameter should be a user identifier from your system that was passed to BotByeAccepted permissions
Project → Multi Account → Multi accountToken scope
Multi Account View
Personal access token. Create it in your BotBye account under Profile → Personal Access Tokens, tick the scopes the endpoints you call require (see each endpoint’s Token scope), and send the token in the X-Api-Key request header. A token works only for the account it was created in.