Adding member roles
Overview
This topic explains how to assign roles to members in LaunchDarkly.
Give new members roles on invite
When you invite a new member to your LaunchDarkly account, you set their built-in role as part of creating the invitation.
To learn how, read Add members to LaunchDarkly.
Give existing members roles
To add a role to a member:
- Click the gear icon in the left sidenav to view Organization settings.
- Click Members. The Members list appears.
- Find the account member you wish to give a custom role.
- Click that account member’s name. The member’s Access tab opens.
- Click Assign access. A dialog appears:
- Choose a built-in project role, or choose Custom.
- If you choose Custom, a menu containing your organization’s custom roles appears. Choose the custom role you wish to give the member.
-
If the custom role includes a role attribute, enter a value. For example, if the custom role includes a project role scope with a role attribute of
developerProjectKey
, enter a project key in the Resources field:A member's "Assign access" dialog, with a role attribute and resource specified for the custom role being assigned to this member.
- Click Assign access. You are returned to the Access tab.
The account member’s access is defined by the assigned roles. If you assign multiple roles and the roles have conflicting permissions levels, the more permissive level of access is applied. For example, if a member has one role that allows access to a resource, and another role that restricts access to a resource, the member is allowed access.
You can also use the REST API: Modify an account member
Use Teams to assign roles to multiple members
You can use the Teams feature to group a set of members and assign them all the same custom roles. To learn more, read Teams.
You can also assign roles through your IdP with SSO or SCIM. For an in-depth guide on how to use custom roles with IdPs, read Creating custom roles.