Kontorion Billing API
​string · uuid · required​string
Fetch a user's public profile
GET
https://api.kontorion.eu/v1
/users/{id}
Returns a small public profile for a user that shares at least one organization with the caller. Returns 404 if no shared org - this avoids leaking user existence outside the caller's collaboration graph. Used by dashboard hover cards and the audit log actor cell.
path Parameters
idUser UUID
User UUID
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Fetch a user's public profile › Responses
OK
​object · required