> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/riskbase-docs/scim/api/configuring.md).

# Configuring

#### Users

RiskBase supports and requires the following attributes for users:

| Your Attribute | RiskBase Attribute | Type    |
| -------------- | ------------------ | ------- |
| Email Address  | userName           | Email   |
| Is Active      | active             | Boolean |
| Forename       | name.givenName     | String  |
| Surname        | name.familyName    | String  |

#### Groups

RiskBase supports and requires the following attributes for groups:

| Your Attribute | RiskBase Attribute | Type                                    |
| -------------- | ------------------ | --------------------------------------- |
| Name           | displayName        | String                                  |
| Members        | members            | Array of Objects { value: userName }\[] |
