# Article Name 3 Ways to Add Users to Your DigiCert Account # Article Summary Explore three clear methods to add users to your DigiCert account, empowering flexible access management for certificates # Original HTML URL on Toriihq.com https://www.toriihq.com/articles/how-to-add-user-digicert # Details Managing certificates often involves developers, security leads, and auditors all at once. When they need access to your DigiCert console, you want a simple way to grant it without losing oversight. Below, we unpack three practical methods for adding users, highlighting when each fits and which roles and privileges it unlocks. Use them to shape a flexible, safe workflow that grows with your team. ## Use DigiCert's UI Here, you’ll work inside the DigiCert CertCentral portal to add a new teammate. ### Step 1. Sign in and find the Users page - Log in to CertCentral. - In the left menu, pick Account, then User Access. (Some accounts label it Users. Same place, same tools.) ### Step 2. Start the “Add user” flow - Select the blue Add user button in the upper-right corner. - If the button is missing, your current role may block user management. Ask a Manager-level admin to improve your rights. ### Step 3. Enter basic details - First name - Last name - Email address (this becomes the username) CertCentral sends the invite, so you don’t create a password here. ### Step 4. Pick the user’s role Choose one: - Manager: full control, including billing and user management - Finance Manager: sees orders and billing, can’t change settings - Standard User: can request and manage certificates - Viewer: read-only access - Limited User: can only approve certificates they requested Need a quick reminder on what each role covers? DigiCert’s “User roles and permissions” document includes a concise chart. ### Step 5. (Optional) Narrow their scope - Division: tie the user to a specific business unit. - Allowed domains: list the domains they can work with. - Groups: drop them into any existing CertCentral group for bulk permission handling. You can skip these for now and tighten things later. ### Step 6. Add an invite note (optional) There’s a small text box for a custom message. A quick line like “Welcome to the SSL team.” makes the email feel more personal. ### Step 7. Send the invitation - Click Add User. - The new user shows up in your list with a Pending status. They’ll get an email from DigiCert with a link to create a password and finish setup. Once they log in, the status flips to Active, and they’re ready to request or manage certificates based on the role you picked. ## Use Torii Instead of working with DigiCert directly, you can rely on Torii [https://www.toriihq.com/], a SaaS management platform, to create users in DigiCert. SMPs give teams a central dashboard for managing SaaS subscriptions and integrations, making it easy to add or remove employees, check license counts, and more. Relying on DigiCert by itself means manually creating each account. Torii automates that step as soon as a trigger fires, such as a new hire, a departure, or a contract renewal, which saves time when the task repeats. To provision users in DigiCert from Torii, follow these instructions: ### 1. Register for Torii Contact Torii Sales [https://www.toriihq.com/info/request-a-demo] and request a free two-week proof of concept. ### 2. Link your DigiCert account to Torii Once your Torii environment is live, link your existing DigiCert account. For details, see the official guide: DigiCert Integration [https://support.toriihq.com/hc/en-us/articles/35004541677851-Digicert-Integration]. ### 3. Build a workflow for DigiCert inside Torii Open the Workflows tab, pick a trigger, and add the action that creates a DigiCert user. After that, each time the trigger runs, Torii provisions the account automatically. ## Use DigiCert's API Need to drop a new teammate into CertCentral without touching the web console? The User API has you covered. Below is the shortest path from “no user” to “user created.” ### 1. Make sure your API key is ready DigiCert hands out the key inside CertCentral as soon as you request one from the dashboard. Copy it and store it in an environment variable so you’re not pasting it everywhere. You’ll pass this key in the X-DC-DEVKEY header on every call. ### 2. (Optional) Look up the division or container ID If your account only has one division, you can skip this. If not, grab the right ID so the user lands in the correct spot. Copy the id value for the division you want. You can do the same for containers: ### 3. Decide which roles the user needs Role IDs vary by account, so fetch them once and reuse: The response shows something like: Pick the IDs that fit the new user. ### 4. Build the request body Start by creating a JSON file called newuser.json on your local system. At minimum you need username, firstname, lastname, email, and accessroles. You can include password if you want to set it yourself; leave it out and DigiCert will send a welcome email so the user can finish setup. Common extras: - containerid if you prefer to tie the user to a specific container. - jobtitle for internal tracking. - signatureallowpasson set to true if the user can pass on e-sign requests. ### 5. Call the Create User endpoint Send the POST request shown below using the JSON file you just created as the payload. If the call succeeds, the service returns a response similar to the one below. Store the id if you plan to update or deactivate the user later. ### 6. Verify the invitation status If you didn’t set a password, the user’s status will be invited. DigiCert emails them automatically. To check whether they finished onboarding, poll the user record: When status flips to active, they’re good to go. ### 7. Troubleshoot common errors - 400 Bad Request: A required field is missing or misspelled. Check your JSON keys. - 409 Conflict: Username or email already exists. Try a different one or look up the existing user. - 403 Forbidden: Your key lacks permission to create users. Confirm your own role and API scope. With those steps complete, you’ve successfully added a new teammate entirely from the command line. You accomplished it with cURL and an API key, leaving the web UI for someone else. ## Torii for SaaS Management Looking to streamline and control your SaaS landscape across the company? Torii’s SaaS Management Platform can help: - Uncover shadow IT: AI-driven discovery spots unsanctioned apps in every corner of the business, all without disrupting users. - Reduce spend: Trim wasted budget by removing idle licenses and combining overlapping tools. - Automate onboarding & offboarding: Hand off user-lifecycle tasks so teams save hours and avoid errors. - Receive renewal reminders: Get timely alerts before contracts expire, giving you space to negotiate. Torii delivers a unified SaaS Management Platform that becomes the single source of truth for Finance, IT, and Security teams. Discover the full feature set and pricing by visiting Torii [https://www.toriihq.com].