Skip to content

Commit

Permalink
fix update email
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jan 8, 2025
1 parent 7e8591a commit 7df7b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ supermq-cli users update <user_id> '{"name":"value1", "metadata":{"value2": "val
supermq-cli users update tags <user_id> '["tag1", "tag2"]' <user_token>
```

#### Update User Identity
#### Update User Email

```bash
supermq-cli users update identity <user_id> <user_email> <user_token>
supermq-cli users update email <user_id> <user_email> <user_token>
```

#### Update User Owner
Expand Down

0 comments on commit 7df7b59

Please sign in to comment.