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
- 200
- 400
- 401
- 403
- 404
User information retrieved successfully. Returns complete user profile data.
Bad request - Invalid user ID or organization ID format
Unauthorized - Missing or invalid authentication token
Forbidden - Authenticated but lacking permission to view this user's information
Not found - User does not exist or is not a member of the specified organization