Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 459 Bytes

File metadata and controls

30 lines (21 loc) · 459 Bytes

Users

Users are read-only in the CLI. List all users or get a specific user by ID.

Commands

List all users

plnk user list
plnk user list --output json

Get a user by ID

plnk user get <userId>
plnk user get 88 --output json
plnk user get 88 --full

Examples

# Find a user's ID for assignee/membership commands
plnk user list --output json

# Get full user details
plnk user get 88 --output json --full