Get current user information
Get current user information
Returns information about the currently authenticated user, including personal details and organization memberships.
GET
Get current user information
Authorizations
Bearer token for authentication
Response
A successful response.
Response containing information about the current authenticated user and their memberships.
Information about a user in the Chainloop platform.
Example:
{
"intercom_hash": "intercom_hash",
"created_at": "2000-01-23T04:56:07.000Z",
"last_name": "last_name",
"id": "id",
"first_name": "first_name",
"email": "email",
"instance_admin": true
}List of organization and project memberships for this user in the current organization.
