(component_set_up_user_accounts)=
# Set up user accounts
This component involves getting user information, ensuring that they are trained and setting up their accounts.
The following roles are needed for the processes making up this component:
- {ref}`role_project_team`
- {ref}`role_project_data_manager`
- {ref}`role_trusted_research_sysadmin`
- {ref}`role_trusted_research_data_manager`
:::{mermaid}
:name: Process flowchart
:align: center
flowchart TD
user_training(🧑🔬🧑🏫🧑💻 User training)
create_user_accounts(🧑🔬🧑🔧 User account creation)
user_training-->create_user_accounts
:::