ctk users
Subcommands
Section titled “Subcommands”ctk users me
Section titled “ctk users me”Get the currently authenticated user.
ctk users meOutput:
User: Jane Smith Account ID: 5b10ac8d82e05b22cc7d4ef5 Email: jane.smith@example.com Type: atlassianctk users search [query]
Section titled “ctk users search [query]”Search for users by name or email.
ctk users search "jane"ctk users search "jane" --max 5Output:
Account ID Name Type──────────────────────────────────────────────────────────5b10ac8d82e05b22cc7d4ef5 Jane Smith atlassian5b10ac8d82e05b22cc7d4ef6 Jane Doe atlassian
Showing 2 users| Flag | Description |
|---|---|
--max | Maximum number of results to return |
--json | Output raw JSON response |
JSON Output
Section titled “JSON Output”All commands support --json:
ctk users me --jsonctk users search "jane" --json