Account members

The account members API allows you to invite new members to an account by making a POST request to /api/v2/members. When you invite a new member to an account, an invitation is sent to the email you provided. Members with “admin” or “owner” roles may create new members, as well as anyone with a “createMember” permission for “member/*“. To learn more, read LaunchDarkly account members.

Any member may request the complete list of account members with a GET to /api/v2/members.

Valid built-in role names that you can provide for the role field include reader, writer, admin, owner/admin, and no_access. To learn more about built-in roles, read LaunchDarkly’s built-in roles.

Several of the endpoints in the account members API require a member ID. The member ID is returned as part of the Invite new members and List account members responses. It is the _id field of each element in the items array.

Built with