Reglas
Crear regla de federación
POST/v1/organizations/federation_rules
Listar reglas de federación
GET/v1/organizations/federation_rules
Obtener regla de federación
GET/v1/organizations/federation_rules/{federation_rule_id}
Actualizar regla de federación
POST/v1/organizations/federation_rules/{federation_rule_id}
Archivar regla de federación
POST/v1/organizations/federation_rules/{federation_rule_id}/archive
Models
ReglasEspacios de trabajo
Agregar workspace a regla de federación
POST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Listar workspaces de una regla de federación
GET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Quitar workspace de regla de federación
DELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}