Team User Management
team.user.detail
Looks up a single team member by email or team_user_id. When both are supplied, team_user_id wins. The response always expands delegated_profiles[] for users that have profiles delegated to them.
GET
GetUser
Questions or issues? Contact us at api-support@manus.ai.
Authorizations
Query Parameters
Team member email. Either email or team_user_id must be provided. Must be a valid RFC 5321 address when present.
Maximum string length:
254Example:
"user@example.com"
Team member ID (stable identifier). Either email or team_user_id must be provided. After a profile is delegated its email becomes delegate-xxx@manus.im, so use team_user_id to look up delegated profiles.
Maximum string length:
64Example:
"123456"
Previous
team.user.createAdds a new member to the team. If the email does not yet have a Manus account, a personal account is created automatically and immediately deactivated outside the team scope. `role` must be `TEAM_MEMBER_ROLE_SUPER_ADMIN`, `TEAM_MEMBER_ROLE_ADMIN`, `TEAM_MEMBER_ROLE_MEMBER`, or `TEAM_MEMBER_ROLE_GUEST` — `TEAM_MEMBER_ROLE_OWNER` and `TEAM_MEMBER_ROLE_UNSPECIFIED` are rejected.
Next
GetUser