privateMetadata property

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

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

Implementation

Map<String, Object>? privateMetadata;