Team User Management
users.detail
Looks up a single team member by email.
GET
Get User
Questions or issues? Contact us at api-support@manus.ai.
Authorizations
OAuth 2.0 Client Credentials access token issued by /api/user/manage/v1/oauth/token. Lifetime is 1 hour.
Path Parameters
URL-encoded email address of the team member.
Example:
"user@example.com"
Response
User retrieved.
A team member.
Example:
"user@example.com"
Example:
"Jane Doe"
Example:
"Jane"
Example:
"Doe"
Available options:
active, inactive Example:
"active"
owner is read-only — it cannot be set or changed via API. free_tier_member is a non-paying member that does not consume a Stripe seat.
Available options:
owner, super_admin, admin, member, free_tier_member Example:
"member"
Previous
users.createAdds a new member to the team. If the email does not yet have a Manus account, a personal account is created automatically. `role` accepts `admin`, `member`, or `super_admin`.
Next
Get User