> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# role_member table

> Users linked to a role. Deprecated.

## role\_member Table (324)

Users linked to a role. Deprecated.

## Fields

| Name   | Description                        | Type                         | Nullable |
| ------ | ---------------------------------- | ---------------------------- | :------: |
| id     | The primary key (auto-incremented) | PK                           |    No    |
| role   | The id of the group.               | FK [ej\_role](./ej-role.mdx) |    No    |
| ejuser | The id of the user.                | FK [ejuser](./ejuser.mdx)    |    No    |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/role_member.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=20a657cfe4dd47de3a737c097a9ce4e7" alt="role_member table relationship diagram" width="598" height="59" data-path="media/loc/en/database/tables/role_member.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |
| role   | FK    | Index       |
| ejuser | FK    | Index       |

## Relationships

| Table                 | Description                                                                  |
| --------------------- | ---------------------------------------------------------------------------- |
| [ej\_role](./ej-role) | Define access rights, memberships and other properties for role user members |
| [ejuser](./ejuser)    | This table contains entries for the users of the system.                     |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [ej_role table](/en/database/tables/ej-role.md)
- [role_workflow table](/en/database/tables/role-workflow.md)
- [role_category table](/en/database/tables/role-category.md)
- [role_element table](/en/database/tables/role-element.md)
- [StakeholderRole table](/en/database/tables/stakeholderrole.md)
- [Role table](/en/database/tables/role.md)
