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

# PFAccountManagementAddUsernamePasswordRequest

> PFAccountManagementAddUsernamePasswordRequest data model.

PFAccountManagementAddUsernamePasswordRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementAddUsernamePasswordRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* email;  
    const char* password;  
    const char* username;  
} PFAccountManagementAddUsernamePasswordRequest;  
```

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

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

User email address attached to their account.

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

Password for the PlayFab account (6-100 characters).

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

PlayFab username for the account (3-20 characters).

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientAddUsernamePasswordAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientaddusernamepasswordasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementAddUsernamePasswordResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementaddusernamepasswordresult.md)
- [PFAccountManagementClientAddUsernamePasswordGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientaddusernamepasswordgetresult.md)
- [PFAccountManagementClientAddUsernamePasswordGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientaddusernamepasswordgetresultsize.md)
