Title: wp user term
Published: February 5, 2018
Last modified: May 23, 2026

---

# 󠀁[wp user term <command>](https://developer.wordpress.org/cli/commands/user/term/)󠁿

Adds, updates, removes, and lists user terms.

## In this article

 * [Examples](https://developer.wordpress.org/cli/commands/user/term/?output_format=md#examples)
 * [Subcommands](https://developer.wordpress.org/cli/commands/user/term/?output_format=md#subcommands)

[ Back to top](https://developer.wordpress.org/cli/commands/user/term/?output_format=md#wp--skip-link--target)

 [ ⌊GitHub⌉ ](https://github.com/wp-cli/entity-command)

 [ View Open Issues (0) ](https://github.com/login?return_to=%2Fissues%3Fq%3Dlabel%3Acommand%3Auser-term+sort%3Aupdated-desc+org%3Awp-cli+is%3Aopen)
[ View Closed Issues (4) ](https://github.com/login?return_to=%2Fissues%3Fq%3Dlabel%3Acommand%3Auser-term+sort%3Aupdated-desc+org%3Awp-cli+is%3Aclosed)
[Create New Issue](https://github.com/wp-cli/entity-command/issues/new)

### 󠀁[Examples](https://developer.wordpress.org/cli/commands/user/term/?output_format=md#examples)󠁿

    ```
    # Set user terms
    $ wp user term set 123 test category
    Success: Set terms.
    ```

### 󠀁[Subcommands](https://developer.wordpress.org/cli/commands/user/term/?output_format=md#subcommands)󠁿

| Name | Description | 
| [wp user term add](https://developer.wordpress.org/cli/commands/user/term/add/) |

Add a term to an object.

  | 
| [wp user term list](https://developer.wordpress.org/cli/commands/user/term/list/) |

List all terms associated with an object.

  | 
| [wp user term remove](https://developer.wordpress.org/cli/commands/user/term/remove/) |

Remove a term from an object.

  | 
| [wp user term set](https://developer.wordpress.org/cli/commands/user/term/set/) |

Set object terms.

  |

 _Command documentation is regenerated at every release. To add or update an example,
please submit a pull request against the corresponding part of the codebase._