UserAccessRequest tracks a pending ask for someone to be given access within a tenant. It records the requestingProduct that originated it, the requestedBy user, the target email, and an optional note. Its status moves through the review flow, and once handled, resolvedBy, resolvedAt, and rejectReason capture the outcome. With relations to the tenant, requester, and resolver, this gives admins an auditable queue of who wants access, why, and how each request was decided.
Technical section
Data model, API, and internals — visible to developers.
