Skip to main content
GET
GetCurrentUser
Questions or issues? Contact us at api-support@manus.ai.
Auth: API Key or OAuth token. No OAuth scope is required.
Read only: This endpoint does not create or update account data. Call it after OAuth token exchange to identify the Manus user who authorized the client. Do not parse undocumented claims from the access token.
The endpoint returns only the Manus user ID. It does not return the user’s email, name, team, or profile.

Headers

x-manus-api-key
string

API key for direct authentication. Provide either this or Authorization, not both. See Authentication.

Authorization
string

OAuth2 access token in Bearer {token} format. No OAuth scope is required. Provide either this or x-manus-api-key, not both. See the Open App guide.

Example:

"Bearer {access_token}"

Response

Current user retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

message
string

Always "ok" for a successful response.

Example:

"ok"

user_id
string

Manus user ID associated with the authenticated credential.