> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/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-worktree-351-fix-webapi-escaped-anchors/KsvSyGQJCWf4OHdL/media/loc/en/database/tables/role_member.png?fit=max&auto=format&n=KsvSyGQJCWf4OHdL&q=85&s=0c64a53f2e2200656c712c2eb3c4ff3f" 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.
