Assigning roles to members
Overview
This topic explains how to assign roles to members in LaunchDarkly.
Assign roles to new members on invite
When you invite a new member to your LaunchDarkly account, you must assign them a role as part of creating the invitation, even if that role does not allow any access.
To learn how, read Add members to LaunchDarkly.
Assign roles to existing members
To assign a role to an existing 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 role.
-
Click that account member’s name. The member’s Access tab opens.
-
Click Assign access. A dialog appears:
A member's "Assign access" dialog. -
Choose a role from the dropdown.
-
(Optional) If the role includes a role attribute, enter a value for the attribute and click Enter. For example, if the role includes a 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 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 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 roles with IdPs, read Creating roles.