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: StringVortex internal UUID
account_id: StringVortex account ID
scope: StringCustomer’s group ID (the ID they provided to Vortex)
scope_id: StringPreferred alias for scope (= groupId value). Populated by SDK.
scope_type: StringGroup type (e.g., “workspace”, “team”)
name: StringGroup name
created_at: StringISO 8601 timestamp when the group was created