OrganizationMembership
@Serializable
The OrganizationMembership
object is the model around an organization membership entity and describes the relationship between users and organizations.
Constructors
Link copied to clipboard
constructor(id: String, publicMetadata: JsonElement, role: String, permissions: List<String>? = null, publicUserData: PublicUserData? = null, organization: Organization, createdAt: Long, updatedAt: Long)
Properties
Link copied to clipboard
The Organization
object the membership belongs to.
Link copied to clipboard
The permissions associated with the role.
Link copied to clipboard
Metadata that can be read from the Frontend API and Backend API and can be set only from the Backend API.
Link copied to clipboard
Public information about the user that this membership belongs to.