workspace_invitation
object represents an invitation to join a workspace in Aikeedo themes. This object contains essential information about the invitation, including its unique identifier, the invited email address, and timestamps.
Availability
Theworkspace_invitation
object is available in contexts related to workspace management, such as when listing pending invitations or processing invitation responses.
Always check for the existence of the
workspace_invitation
object before attempting to access its properties to ensure your theme functions correctly in all invitation-related scenarios.Properties
Theworkspace_invitation
object contains the following properties:
A unique identifier for the workspace invitation, always in UUID version 4 format (e.g., “018d5355-c857-7044-8284-83e7950685b4”).
The email address of the user invited to join the workspace.
Unix timestamp of when the workspace invitation was created.
Unix timestamp of the last update to the workspace invitation. This may be the same as
created_at
if the invitation hasn’t been modified since creation.Example
Here’s an example of aworkspace_invitation
object: