The connector reads the users of one Coder deployment. Each user syncs with
their username, full name, email, sign-in method, and the site-wide roles they
hold (such as Owner or User Admin). Active users sync as enabled; suspended and
dormant users sync as disabled, which is useful for offboarding review. Service
accounts are marked as non-human accounts so they can be filtered separately
from people.
To read every user, the token must belong to an account with the Owner or
User Admin role. A token from a regular member can sign in but cannot list
the full user roster.
1
Sign in to your Coder deployment as a user with the Owner or User Admin
role.
2
Open your account’s Tokens page and create a new token. Give it a long
enough lifetime to keep the connector running, then copy the token value.
3
Note the URL of your Coder deployment, for example
https://coder.example.com.