User / Profile Dataintermediate

SaaS Workspace Member JSON Example

A SaaS member object that combines workspace role, invited state, and access scope.

Real-world use case: Use this for SaaS admin consoles, invite flows, and member permission APIs.
1{
2 "workspaceId": "ws_884",
3 "memberId": "mem_884_2",
4 "email": "[email protected]",
5 "role": "billing_admin",
6 "invitedBy": "usr_8f41",
7 "invitedAt": "2026-03-02T11:45:00Z",
8 "acceptedAt": null
9}

Where this shape shows up in production

Invite systems
RBAC UIs
Audit dashboards

Related examples