Skip to main content

InvitationGroup

Type Alias InvitationGroup 

Source
pub type InvitationGroup = InvitationScope;
👎Deprecated since 0.1.0:

Use InvitationScope instead

Aliased Type§

pub struct InvitationGroup {
    pub id: String,
    pub account_id: String,
    pub scope: String,
    pub scope_id: String,
    pub scope_type: String,
    pub name: String,
    pub created_at: String,
}

Fields§

§id: String

Vortex internal UUID

§account_id: String

Vortex account ID

§scope: String

Customer’s group ID (the ID they provided to Vortex)

§scope_id: String

Preferred alias for scope (= groupId value). Populated by SDK.

§scope_type: String

Group type (e.g., “workspace”, “team”)

§name: String

Group name

§created_at: String

ISO 8601 timestamp when the group was created