publicMetadata property

Map<String, Object>? publicMetadata
getter/setter pair

Metadata saved on the organization invitation, read-only from the Frontend API and fully accessible (read/write) from the Backend API. When the organization invitation is accepted, the metadata will be transferred to the newly created organization membership.

Implementation

Map<String, Object>? publicMetadata;