Skip to main content

Get User

GET 

/v1/users/:userId

Retrieves detailed information about a specific user by their user ID within an organization context. Returns comprehensive user profile data including personal information, verification status, and avatar details.

Returned Information:

  • User identification (ID, username, email)
  • Personal details (first name, last name)
  • Account status (email verification)
  • Profile customization (avatar, avatar color)

Permissions Required:

  • Must have access to the specified organization
  • Must have user read permissions

Request

Responses

User information retrieved successfully. Returns complete user profile data.