Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 5.86 KB

OrganizationMembership.md

File metadata and controls

20 lines (16 loc) · 5.86 KB

OrganizationMembership

Hello world

Fields

Field Type Required Description
id ?string N/A
object ?Components\OrganizationMembershipObject String representing the object's type. Objects of the same type share the same value.
role ?string N/A
roleName ?string N/A
permissions array<string> N/A
publicMetadata array<string, mixed> Metadata saved on the organization membership, accessible from both Frontend and Backend APIs
privateMetadata array<string, mixed> Metadata saved on the organization membership, accessible only from the Backend API
organization ?Components\OrganizationMembershipOrganization N/A
publicUserData ?Components\PublicUserData N/A
createdAt ?int Unix timestamp of creation.
updatedAt ?int Unix timestamp of last update.