Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 10.4 KB

OrganizationMembership.md

File metadata and controls

20 lines (16 loc) · 10.4 KB

OrganizationMembership

Hello world

Fields

Field Type Required Description Example
Id string N/A org_mem_123
Object OrganizationMembershipObject String representing the object's type. Objects of the same type share the same value.
organization_membership
Role string N/A member
RoleName string N/A
Permissions List<string> N/A [
"read",
"write"
]
PublicMetadata Dictionary<String, object> Metadata saved on the organization membership, accessible from both Frontend and Backend APIs {}
PrivateMetadata Dictionary<String, object> Metadata saved on the organization membership, accessible only from the Backend API {}
Organization OrganizationMembershipOrganization N/A
PublicUserData PublicUserData N/A {
"user_id": "user_123",
"first_name": "John",
"last_name": "Doe",
"image_url": "https://example.com/profile.jpg",
"has_image": true,
"identifier": "johndoe"
}
CreatedAt long Unix timestamp of creation. 1625078400
UpdatedAt long Unix timestamp of last update. 1625164800