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

# PFAccountManagementLinkIOSDeviceIDRequest

> PFAccountManagementLinkIOSDeviceIDRequest data model.

PFAccountManagementLinkIOSDeviceIDRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementLinkIOSDeviceIDRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* deviceId;  
    const char* deviceModel;  
    bool const* forceLink;  
    const char* OS;  
} PFAccountManagementLinkIOSDeviceIDRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

**`deviceId`**   const char\*<br />*is null-terminated*

Vendor-specific iOS identifier for the user's device.

**`deviceModel`**   const char\*<br />*is null-terminated*

(Optional) Specific model of the user's device.

**`forceLink`**   bool const\*<br />*may be nullptr*

(Optional) If another user is already linked to the device, unlink the other user and re-link.

**`OS`**   const char\*<br />*is null-terminated*

(Optional) Specific Operating System version for the user's device.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkIOSDeviceIDAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkiosdeviceidasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkAndroidDeviceIDRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkandroiddeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
