# OrgMember


## Fields

| Field                                                                                             | Type                                                                                              | Required                                                                                          | Description                                                                                       | Example                                                                                           |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| `CreatedAt`                                                                                       | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)             | :heavy_check_mark:                                                                                | N/A                                                                                               |                                                                                                   |
| `InvitedBy`                                                                                       | *string*                                                                                          | :heavy_check_mark:                                                                                | N/A                                                                                               | noreply@hathora.dev                                                                               |
| `JoinedAt`                                                                                        | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)             | :heavy_check_mark:                                                                                | N/A                                                                                               |                                                                                                   |
| `LastLogin`                                                                                       | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)             | :heavy_minus_sign:                                                                                | N/A                                                                                               |                                                                                                   |
| `OrgId`                                                                                           | *string*                                                                                          | :heavy_check_mark:                                                                                | System generated unique identifier for an organization. Not guaranteed to have a specific format. | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39                                                          |
| `Scopes`                                                                                          | [OrgMemberScopes](../../Models/Shared/OrgMemberScopes.md)                                         | :heavy_check_mark:                                                                                | N/A                                                                                               |                                                                                                   |
| `UserEmail`                                                                                       | *string*                                                                                          | :heavy_check_mark:                                                                                | A user's email.                                                                                   | noreply@hathora.dev                                                                               |