Get the organization info for a user
Returns the resolved organization context for the given user: orgId, role, active flags, organization type, fee settings, Stripe account (for the requested environment), and organization wallet. When orgId is supplied the membership for that specific org is returned; otherwise it falls back to the user most-recent active membership. Callers may only request their own :userId (ownership is enforced). Requires a Nevermined API key or a Privy identity token.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Nevermined user id to look up. Must match the authenticated caller.
"user-abc123"
Query Parameters
Which Stripe account to surface on the organization record.
live, sandbox Workspace selection from the webapp switcher. When provided, returns the membership for this specific org; when omitted, falls back to the most-recent active membership.
"org-abc123"
Response
User organization info returned
Related topics
Get public info for a pending invitation by tokenGet an organization customerList organization customersGet plan consumptionOrganizations