> ## 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.

# IXtfUserClient::SignoutUserId

> IXtfUserClient::SignoutUserId

# IXtfUserClient::SignoutUserId

사용자 ID로 지정된 사용자를 로그아웃시킵니다.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
public:
HRESULT SignoutUserId(
         UINT32 userId
)  
```

<a id="ID4EG" />

<a id="parametersSection" />

### Parameters

*userId*\
Type: UINT32

사용자의 사용자 ID입니다.

<a id="ID4EP" />

<a id="retvalSection" />

### Return value

Type: HRESULT

HRESULT 성공 또는 오류 코드.

<a id="remarksSection" />

## Remarks

*userId* 값은 [SigninUser](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signinuser-ixtfuserclient-xtfuser-xbox-windows-m) 메서드에서 반환됩니다.

이메일 주소를 지정하여 사용자를 로그아웃시키려면 [SignoutUser](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signoutuser-ixtfuserclient-xtfuser-xbox-windows-m)를 사용하세요.

사용자를 로그인시키려면 [SigninUserId](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signinuserid-ixtfuserclient-xtfuser-xbox-windows-m) 또는 [SigninUser](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signinuser-ixtfuserclient-xtfuser-xbox-windows-m)를 사용하세요.

<a id="requirementsSection" />

## Requirements

**Header:** xtfuser.h

**Library:** xtfuser.lib

**Supported platforms:** Windows(XBOX 콘솔 도구용)

<a id="seealsoSection" />

## See also

[IXtfUserClient interface](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/ixtfuserclient-xtfuser-xbox-windows-t)
