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.