Hello world
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. |