Team Size Limits
A workspace can include an unlimited number of members. Add as many teammates as your deployment can support.Workspace Roles
Owner
Owner
Full workspace control. Only one owner per workspace. Controls all team members, model providers, and can delete the workspace. Can transfer ownership to another member.
Admin
Admin
Team and resource management. Can invite team members, configure model providers, manage all applications, and install plugins. Cannot change member roles or remove members.
Editor
Editor
Application development. Can create, edit, and delete applications, manage knowledge bases, and use all workspace tools. Cannot manage team members or configure providers.
Member
Member
Application usage only. Can use published applications and tools they have access to. Cannot create or modify applications.
Add Team Members
Workspace owners and admins can invite new team members:1
Access member management
Navigate to Settings > Members in your workspace.
2
Send invitations
Enter email addresses and select the appropriate role for each new member.
3
Handle invitations
New users receive registration emails. Existing Dify users are added immediately and gain access right away.
Prerequisites:
- Set
CONSOLE_WEB_URLto an address invitees can reach, notlocalhost. Every invitation link is built from it. - Configure an email service with
MAIL_TYPE. Invitations are delivered by email, so this is required to add members.
CONSOLE_WEB_URL and Mail Configuration for details.INVITE_EXPIRY_HOURS); if someone doesn’t accept in time, invite again to send a fresh link.
Members provisioned from your identity provider are managed in the Admin Console; see Member Management.
Member Management
Removing Members: Only workspace owners can remove team members. When removed, members immediately lose workspace access, but applications they created remain in the workspace. Role Changes: Only workspace owners can modify member roles. Role changes take effect immediately and alter what the member can access across the workspace. Transfer ownership: Only the workspace owner can transfer ownership. The transfer is confirmed with a verification code emailed to the owner. Once verified, the chosen member becomes the new owner and the previous owner becomes an admin.Because the verification code is sent by email, ownership transfer requires a configured email service (
MAIL_TYPE). See Mail Configuration for details.