-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support update user tracking codes (#489)
* feat: Support update user tracking codes * update codes * fix typo
- Loading branch information
1 parent
56badcd
commit e3a24f7
Showing
4 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,6 +141,7 @@ OPTIONS | |
--timezone=timezone The user's timezone. Input format follows | ||
tz database timezones | ||
--tracking-codes=tracking-codes Comma-separated list of key-value pairs to associate with the user. Format is name=value,name=value | ||
EXAMPLE | ||
box users:create "John Doe" [email protected] | ||
|
@@ -598,6 +599,7 @@ OPTIONS | |
--timezone=timezone The user's timezone. Input format follows | ||
tz database timezones | ||
--tracking-codes=tracking-codes Comma-separated list of key-value pairs to associate with the user. Format is name=value,name=value | ||
EXAMPLE | ||
box users:update 33333 --status inactive | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters