appwrite/docs/examples/1.5.x/console-cli/examples/users/create-target.md

8 lines
161 B
Markdown
Raw Normal View History

2024-02-05 12:40:51 +00:00
appwrite users createTarget \
2024-02-24 11:34:42 +00:00
--userId <USER_ID> \
--targetId <TARGET_ID> \
2024-02-05 12:40:51 +00:00
--providerType email \
2024-02-24 11:34:42 +00:00
--identifier <IDENTIFIER> \
2024-02-05 12:40:51 +00:00