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

# user_candidate table

> This table will hold user candidate secrets

## user\_candidate Table (389)

This table will hold user candidate secrets

## Fields

| Name          | Description                                                    | Type                      | Nullable |
| ------------- | -------------------------------------------------------------- | ------------------------- | :------: |
| id            | Primary key                                                    | PK                        |    No    |
| person\_id    | Foreign key. Id of a person representing Customer Center User. | FK [person](./person.mdx) |    No    |
| secret\_key   | Username of a Customer Centre User.                            | String(255)               |    Yes   |
| secret\_value | Password of a Customer Centre User.                            | String(255)               |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/OTSPuzFctnJmYaEn/media/loc/en/database/tables/user_candidate.png?fit=max&auto=format&n=OTSPuzFctnJmYaEn&q=85&s=5dc9d5b7c98102de0f0f0b6ec2ec59d2" alt="user_candidate table relationship diagram" width="417" height="59" data-path="media/loc/en/database/tables/user_candidate.png" />

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| person\_id  | FK          | Index       |
| secret\_key | String(255) | Index       |

## Relationships

| Table              | Description |
| ------------------ | ----------- |
| [person](./person) | Persons     |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
