{% extends "docs/base.html" %} {% block docs_content %}
Update a member of a team
pearing-cli update-member platform alice --role owner
Updates the resource and prints the updated JSON object.
400 Bad Request for invalid flags/values.404 Not Found when referenced owners/resources are missing.409 Conflict for uniqueness or state conflicts.Common auth errors are documented on the CLI overview page.
Update a member of a team.
Usage: pearing-cli update-member --role <ROLE> <TEAM_SLUG> <USERNAME>
Arguments:
<TEAM_SLUG> Team slug
<USERNAME> Username
Options:
--role <ROLE> Member role [possible values: owner, member]
-h, --help Print help (see more with '--help')