tray-usuarios

List administrative users of a Tray store via the Tray Users API.

14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-usuarios
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tray-usuarios
Source: https://github.com/tray-tecnologia/tray-api-claude-plugin/tree/main/skills/usuarios
Command: npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-usuarios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, read-only way to retrieve the list of administrative users for a Tray store so developers and administrators can audit access, identify account owners, and configure permissions without performing manual checks in the admin panel.

Core Features & Use Cases

  • Read-only User Listing: Retrieves administrative user accounts via the Tray API GET /users endpoint.
  • Access Auditing: Useful for auditing who has administrative access, verifying user roles, and preparing permission changes.
  • Integration Setup: Helps integrations confirm which users will receive notifications or have access to integration-related features.

Quick Start

List the store's administrative users by calling GET /users with a valid access_token query parameter.

Frequently Asked Questions about tray-usuarios

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list administrative users from a Tray store via the API?▼

To list administrative users from a Tray store, call the Tray API GET /users endpoint with a valid access_token parameter. This retrieves user metadata for read-only queries, allowing you to generate user rosters without write capabilities.

Can I audit Tray store access permissions using the API?▼

Yes, you can audit Tray store access permissions by retrieving the list of administrative user accounts via the GET /users endpoint. This read-only query identifies account owners and verifies user roles for preparing permission changes.

Do I need an access_token to query the Tray Users API?▼

Yes, you need a valid access_token query parameter to call the Tray Users API. The GET /users request requires this token to authenticate and return the store's administrative user metadata successfully.

What is the best way to retrieve Tray user metadata for integration setup?▼

The best way to retrieve Tray user metadata for integration setup is using the Tray API GET /users endpoint. It confirms which administrative users have access to features or receive notifications, requiring only a valid access_token.

Can I modify user roles with the Tray Users API GET /users call?▼

No, you cannot modify user roles with the Tray Users API GET /users call. It is a read-only query designed for auditing permissions and generating user rosters, performing retrieval without write capabilities.