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

# Provisioning

> Control how users join your StackOne organization and who creates their accounts.

Users can join your StackOne organization by invitation, just-in-time when they first sign in with Single Sign-On, or from your identity provider over SCIM.

<CardGroup cols={3}>
  <Card title="Invite users" icon="envelope" href="/secure/identity-and-access/manage-team#invite-a-member">
    Invite users by email and set their role.
  </Card>

  <Card title="Just-in-Time Provisioning" icon="bolt" href="/secure/identity-and-access/provisioning/jit">
    Add users automatically when they first sign in through SSO.
  </Card>

  <Card title="SCIM Provisioning" icon="arrows-rotate" href="/secure/identity-and-access/provisioning/scim/overview">
    Provision and deactivate users automatically from your identity provider over SCIM.
  </Card>
</CardGroup>
