Skip to content

Commit 4637103

Browse files
committed
Add details about club tags
1 parent 4f9c025 commit 4637103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/accounts/club-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Gets player club tags from account IDs.
2424
- This endpoint is only accessible with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts). If you encounter `401` errors using a dedicated server account, switch to using a Ubisoft account.
2525
- This endpoint has no intrinsic limit on the number of account IDs requested, but it will return a `414` error if the request URI length is 8220 characters or more (corresponding to just over 200 account IDs, depending on how you encode the URI).
2626
- As of 2024-11-18, the `accountIdList` query parameter also supports the array format `accountIdList[]={accountID}`. The examples below show how to request club tags for multiple accounts using this approach.
27+
- Each player can have exactly one club tag - this is the tag that's also displayed in-game next to the player's display name (e.g. on leaderboards). Note that it doesn't always match the currently pinned club for that player (as that is an independent concept).
28+
- This endpoint only returns the club tag string, it does not return a reference to the club itself. Note that club tags are not unique, so the information from this endpoint alone is not enough to determine the referenced club.
2729

2830
---
2931

0 commit comments

Comments
 (0)