> For the complete documentation index, see [llms.txt](https://developers.memberspace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.memberspace.com/embedding/member-information/available-data-types.md).

# Available Data Types

| Attribute                 | Type   | Description                                                                                                    |
| ------------------------- | ------ | -------------------------------------------------------------------------------------------------------------- |
| id                        | number | Internal identifier of the member                                                                              |
| firstName                 | string | First name                                                                                                     |
| lastName                  | string | Last name                                                                                                      |
| name                      | string | First name + white space + Last name                                                                           |
| email                     | string | Email                                                                                                          |
| profileImageUrl           | string | Url for the profile image ( if the member uploaded one )                                                       |
| customSignupFiel&#x64;*#* | any    | <p>The value of a specific custom signup field<br>(<em>#</em> should be replaced with the id of the field)</p> |

{% hint style="info" %}
The id of a custom signup field can be found in the MemberSpace Admin, in the url bar of the browser when editing a custom field:\
\
<https://admin.memberspace.com/sites/0/custom\\_fields/**24**/edit>
{% endhint %}
