Sha256: cf8a64cd39a22e31068ed38482b0d18f6180d26611ca2e11a92a034636b42a48
Contents?: true
Size: 548 Bytes
Versions: 42
Compression:
Stored size: 548 Bytes
Contents
{ "mixin": true, "group": "users", "name": "users.id", "desc": "This method returns the ID of a team user.", "args": { "user": { "required": true, "example": "#general", "desc": "User to get ID for, prefixed with @.", "type": "user" } }, "errors": { "user_not_found": "Value passed for user was invalid.", "not_authed": "No authentication token provided.", "invalid_auth": "Invalid authentication token.", "account_inactive": "Authentication token is for a deleted user or team." } }
Version data entries
42 entries across 42 versions & 2 rubygems
Version | Path |
---|---|
slack-ruby-client-0.6.0 | lib/slack/web/api/mixins/users.id.json |
slack-ruby-client-0.5.4 | lib/slack/web/api/mixins/users.id.json |