Skip to main content

Users

user list

List workspace users with id, identity fields, activity and role flags, avatar URL, and creation time.

linear-cli user list --limit 50 --cursor "$CURSOR"
FlagDefaultDescription
--limit <n>50Maximum result count
--cursor <cursor>Cursor from the previous response

user get <user-id>

Get one user by Linear UUID.

linear-cli user get abc123-def456

user me

Alias for auth whoami.

linear-cli user me