> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XR-047 사용자 프로필 액세스

> XR-047은 타이틀이 표시 이름이 나타나는 모든 곳에서 XGameUiShowPlayerProfileCardAsync 또는 ShowProfileCardUIAsync를 통해 다른 사용자의 XBOX 게이머카드를 노출하도록 요구합니다.

# XR-047: User Profile Access \*

Version 1.2, 03/01/2025

Titles must give users the option to access other XBOX network users' gamercards (user profiles) wherever users' display names are enumerated.

## More information

Consistent gamercard access helps maintain a cohesive platform ecosystem and provides users with a reliable means of accessing both XBOX social features and safety options. Examples of where this requirement applies include leaderboards, session lobbies, post-game statistics, and other in-game menus.

To perform this action, titles must use the `XGameUiShowPlayerProfileCardAsync` API on consoles, and when developing for Windows, the `ShowProfileCardUIAsync` API. For more information about these APIs, see the development documentation for your target platform.

### Exemptions

This requirement does not apply when displaying names in areas where UI navigation is not feasible. Examples include:

* Static loading screens that lack any interactivity or user input.
* Heads-up displays during active gameplay.

<Warning>
  This exemption does not extend to leaderboards and menus, including leaderboards and menus surfaced as navigable overlays during active gameplay.

  XR-047 requirements are not nullified by selectively disabling/not enabling navigation in locations where navigable UI is otherwise reasonably expected. If navigation is not feasible in an in-scope location, please submit an exception request.
</Warning>

### Implementation Guidance and Best Practices

In the event a title uses a display name other than XBOX gamertag, gamercard access is still required between XBOX users.

The availability of title-level safety options (reporting, muting, etc.) and social features does not negate the need for gamercard access between XBOX users.

## Certification test cases

### 047-01 User Profile Access

**Test Steps**

1. Devices 1 and 2: Boot the title.
2. Devices 1 and 2: Sign in to an XBOX profile.
3. Device 1: Set up an XBOX multiplayer game session.
4. Device 2: Find and join the game session created by console 1.
5. Verify the following after device 2 has joined the game session:
   * From the pre-game lobby, access another XBOX user's gamercard by selecting the gamertag or username.
   * During gameplay, attempt to access another XBOX user's gamercard by selecting the user's username or gamertag (this may or may not be possible, depending on the title).
   * From the post-game statistics screen, access another XBOX user's gamercard by selecting the user's username or gamertag.
   * From the leaderboards area, access another XBOX user's gamercard by selecting the user's username or gamertag.
   * Find any other area where gamertags are listed, and attempt to access another XBOX user's gamercard by selecting the user's username or gamertag.

**Expected Result**

The user will be able to view the other XBOX user's gamercard information.

**Pass Examples**

1. A user is able to access another XBOX user's gamercard in all locations where gamertags are displayed and UI navigation is enabled.
2. A user is able to access another XBOX user's gamercard in leaderboards, session lobbies, post-game statistics, and other in-game menus regardless of whether UI navigation is enabled.

**Fail Examples**

1. A user is unable to access another XBOX user's gamercard in any location where gamertags are displayed and UI navigation is available.
2. A user is unable to access another XBOX user's gamercard in leaderboards, session lobbies, post-game statistics, and other in-game menus regardless of whether UI navigation is enabled.


## Related topics

- [FMA: XR-047 사용자 프로필 접근](/ko/publishing/certification/fma/xr-047.md)
- [XR-112 활성화 시 사용자 및 컨트롤러 설정](/ko/publishing/certification/xr/xr-112.md)
- [FMA XR-112: 활성화 및 재개 시 사용자 및 컨트롤러](/ko/publishing/certification/fma/xr-112.md)
- [사용자 신원](/ko/services/xbox-services/fundamentals/identity/xs-identity-overview.md)
- [XR-064 참여 가능한 게임 세션 및 온라인 플레이](/ko/publishing/certification/xr/xr-064.md)
