Get the current user
Returns the profile of the authenticated user (the caller). Use this at the start of a session to ground subsequent calls (e.g., to confirm the caller's identity before making destructive changes). This tool does not accept a user ID; it always returns the authenticated caller.
Response
Successful Response
Changes
Changed in 3 of the 79 revisions of this API.7
- ○
added the media type
application/jsonfor the response with the status401response-media-type-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
added the optional property
timezoneto the response with the200statusresponse-optional-property-added
- ○
- ○
added the required property
storage_limit_bytesto the response with the200statusresponse-required-property-added
- ○
added the required property
storage_used_bytesto the response with the200statusresponse-required-property-added
- ○